awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
beeware avatar

beeware/briefcase

0
View on GitHub↗
3,216 stars·483 forks·Python·bsd-3-clause·12 viewsbriefcase.beeware.org↗

Briefcase

Briefcase is a cross-platform build tool and native app packager that converts Python projects into standalone applications. It functions as a deployment framework designed to package Python code into binaries for desktop, mobile, and web platforms.

The project utilizes a plugin-based architecture, allowing users to extend platform support and integrate new operating systems or specialized installation formats into the build process.

The system handles cross-platform development through a configuration-driven build process. This covers capabilities including project generation from templates, environment-specific dependency resolution, and the orchestration of packaging workflows for Windows, macOS, Linux, iOS, and Android.

Features

  • Cross-Platform Build Systems - Functions as a build system that automates the compilation and packaging of Python software for multiple target operating systems.
  • Python Application Packagers - A tool that converts Python projects into standalone native applications for desktop, mobile, and web platforms.
  • Desktop Application Packagers - Transforms Python projects into standalone binaries for Windows, macOS, and Linux for easy end-user installation.
  • Standalone Application Packaging - Packages Python projects into standalone binaries, eliminating the need for pre-installed runtimes on the target system.
  • Python Distribution Packaging - Provides specialized tools for building and preparing Python projects for distribution as native applications.
  • Cross-Platform Application Development - Enables the development and packaging of applications that run across multiple target operating systems.
  • Python-Based - Converts Python code into native installers for iOS and Android devices without requiring platform-specific code.
  • Dependency Resolution - Determines and installs the correct Python libraries based on the specific target platform and architecture requirements.
  • Build Logic Extensions - Allows the addition of new operating systems and installation formats by implementing a standardized build logic interface.
  • Build Configuration Architectures - Implements a structured metadata system for defining project settings and platform-specific overrides in the build process.
  • Build Plugin Integrations - Supports extending the build process with custom plugins for new operating systems or installation formats.
  • Project Bootstrapping Templates - Provides pre-defined blueprints to generate initial directory structures and configuration files for target platforms.
  • Cross-Platform Deployment Targets - Supports the compilation and deployment of Python applications across diverse operating systems and hardware architectures.
  • Platform Support - Integrates new target platforms and installation formats into the build process via an extensible architecture.
  • Packaging & Dependency Abstractions - Provides an abstraction layer that decouples high-level packaging requests from the low-level tools used for native binaries.
  • Plugin-Based Architectures - Implements an architecture that allows extending the packaging process by loading external modules or plugins.
  • Developer Tools - Tool for packaging Python projects into native applications.
  • Packaging Tools - Converts projects into standalone native applications.
  • Python Projects - Listed in the “Python Projects” section of the Awesome For Beginners awesome list.

Star history

Star history chart for beeware/briefcaseStar history chart for beeware/briefcase

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does beeware/briefcase do?

Briefcase is a cross-platform build tool and native app packager that converts Python projects into standalone applications. It functions as a deployment framework designed to package Python code into binaries for desktop, mobile, and web platforms.

What are the main features of beeware/briefcase?

The main features of beeware/briefcase are: Cross-Platform Build Systems, Python Application Packagers, Desktop Application Packagers, Standalone Application Packaging, Python Distribution Packaging, Cross-Platform Application Development, Python-Based, Dependency Resolution.

What are some open-source alternatives to beeware/briefcase?

Open-source alternatives to beeware/briefcase include: simulatedgreg/electron-vue — electron-vue is a pre-configured project boilerplate and scaffolding system for building desktop applications using… nuitka/nuitka — Nuitka is a compilation framework that translates Python source code into C, enabling the creation of standalone… h2oai/wave — Wave is a full-stack web application framework and low-code UI library designed for building real-time data dashboards… mherrmann/fbs — fbs is a Python desktop application packager and cross-platform application installer. It serves as a utility for… pypa/sampleproject — This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building,… julianstorer/juce — JUCE is a C++ application framework and cross-platform GUI library used to build desktop and mobile applications. It…

Open-source alternatives to Briefcase

Similar open-source projects, ranked by how many features they share with Briefcase.
  • simulatedgreg/electron-vueSimulatedGREG avatar

    SimulatedGREG/electron-vue

    15,399View on GitHub↗

    electron-vue is a pre-configured project boilerplate and scaffolding system for building desktop applications using Electron and Vue.js. It provides a standardized project structure and an integrated build pipeline to accelerate the development of desktop software. The project enables a hybrid deployment model, allowing developers to generate both standalone desktop executables for multiple operating systems and browser-compatible web versions from a single codebase. It distinguishes its development workflow with hot reloading and hot module replacement to update the user interface in real-ti

    JavaScriptbabelboilerplatedocumentation
    View on GitHub↗15,399
  • nuitka/nuitkaNuitka avatar

    Nuitka/Nuitka

    14,938View on GitHub↗

    Nuitka is a compilation framework that translates Python source code into C, enabling the creation of standalone machine code binaries. By converting interpreted scripts into compiled executables, it removes the requirement for a language interpreter on the target machine and provides a mechanism for distributing Python applications as self-contained packages. The project distinguishes itself through advanced optimization techniques, including link-time code generation and profile-guided binary optimization, which improve execution speed by bypassing standard interpreted overhead. It manages

    Pythoncompilernuitkapackaging-tool
    View on GitHub↗14,938
  • h2oai/waveh2oai avatar

    h2oai/wave

    4,241View on GitHub↗

    Wave is a full-stack web application framework and low-code UI library designed for building real-time data dashboards and interactive interfaces using Python and R. It allows developers to define browser-based user interfaces and manage server-side state without writing HTML or CSS. The project functions as a collaborative state synchronizer, relaying and persisting application state across multiple concurrent users to enable shared real-time experiences. It distinguishes itself by broadcasting live updates and data visualizations to connected browsers through a unified programming model. T

    Pythonappdashboardfedramp
    View on GitHub↗4,241
  • mherrmann/fbsmherrmann avatar

    mherrmann/fbs

    3,926View on GitHub↗

    fbs is a Python desktop application packager and cross-platform application installer. It serves as a utility for compiling Python code into standalone executables and bundling application resources into platform-specific installation packages for various desktop environments. The project functions as a Qt Python GUI builder and resource bundler. It provides a system for creating desktop user interfaces using Python and the Qt framework while packaging external files and assets to be accessed during application runtime. Its broader capabilities cover desktop application packaging, cross-plat

    Pythonpyinstallerpyqt5pyqt6
    View on GitHub↗3,926
See all 30 alternatives to Briefcase→