Official desktop app for pyzit.com — packaged with Electron.
Download the latest Windows (.exe), macOS (.dmg/zip), or Linux (.AppImage/.deb) from the Releases page.
npm install
npm run devnpm run build:win
npm run build:mac
npm run build:linux
npm run dist- Fast, secure desktop wrapper for pyzit.com
- Cross-platform: Windows, macOS, and Linux
- Auto-updates from GitHub Releases
- Modern Electron security best practices
- Open source & community-driven
Get the latest installers from the Releases page:
- Windows:
.exe - macOS:
.dmg - Linux:
.AppImage/.deb
Clone and run locally:
git clone https://github.com/pyzit-org/pyzit-desktop.git
cd pyzit-desktop
npm install
npm run devBuild for your platform:
# Windows
npm run build:win
# macOS
npm run build:mac
# Linux
npm run build:linuxAll installers will be in the dist/ folder.
We welcome contributions from everyone! To get started:
- Fork this repo
- Create a new branch (
git checkout -b feature/your-feature) - Make your changes
- Commit with Conventional Commits
- Push and open a Pull Request
Please read our CONTRIBUTING.md for more details.
MIT — see LICENSE
Made with ❤️ by the Pyzit community
Thanks goes to these wonderful people (emoji key):
Wajahat Murtaza 🚇 |
Eman Fatima |
This project follows the all-contributors specification. Contributions of any kind welcome!
