Skip to content

Pyzit Desktop

Wajahat Murtaza edited this page Aug 28, 2025 · 1 revision

Pyzit Desktop

Overview

Pyzit Desktop is the official open-source desktop application for Pyzit.com, packaged with Electron for cross-platform support (Windows, macOS, and Linux).
It is designed to provide users with a fast, seamless desktop experience through installers tailored for each operating system.


✨ Key Features

  • Cross-platform Support
    Available for:

    • Windows (.exe)
    • macOS (.dmg / .zip)
    • Linux (.AppImage / .deb)
  • Open-source
    Distributed under the MIT License, encouraging contributions and free use.

  • Electron-based
    Combines Chromium + Node.js, enabling native-like desktop apps built with web technologies.


📂 Repository Structure

  • .github/workflows/ → CI/CD pipelines (e.g., builds & releases)

  • build/icons/ → Application icons for packaging

  • dist/ → Output directory for builds

  • src/ → Source code for the desktop app

  • .gitignore → Ignored files

  • electron-builder.yml → Config for cross-platform packaging

  • LICENSE → MIT License

  • package.json → Dependencies & project metadata

  • package-lock.json → Dependency lock file

  • README.md → Quick project overview

Clone this wiki locally