https://github.com/beeware/briefcase
Tools to support converting a Python project into a standalone native application.
https://github.com/beeware/briefcase
application python
Last synced: 14 days ago
JSON representation
Tools to support converting a Python project into a standalone native application.
- Host: GitHub
- URL: https://github.com/beeware/briefcase
- Owner: beeware
- License: bsd-3-clause
- Created: 2015-07-28T15:20:03.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T03:37:25.000Z (21 days ago)
- Last Synced: 2026-03-02T07:15:25.154Z (21 days ago)
- Topics: application, python
- Language: Python
- Homepage: https://briefcase.beeware.org/
- Size: 13.2 MB
- Stars: 3,223
- Watchers: 45
- Forks: 483
- Open Issues: 192
-
Metadata Files:
- Readme: README.md
- Changelog: changes/.gitignore
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
- best-of-python-dev - GitHub - 18% open · ⏱️ 17.02.2026): (Code Packaging)
README
[
](https://beeware.org/briefcase)
# Briefcase
[](https://pypi.python.org/pypi/briefcase)
[](https://pypi.python.org/pypi/briefcase)
[](https://pypi.python.org/pypi/briefcase)
[](https://github.com/beeware/briefcase/blob/main/LICENSE)
[](https://github.com/beeware/briefcase/actions)
[](https://beeware.org/bee/chat/)
Briefcase is a tool for converting a Python project into a standalone native application. You can package projects for:
- Mac
- Windows
- Linux
- iPhone/iPad
- Android
- Web
Support for AppleTV, watchOS, and wearOS deployments is planned.
## Getting started
To install Briefcase, run:
$ python -m pip install briefcase
If you would like a full introduction to using Briefcase, try the [BeeWare tutorial](https://tutorial.beeware.org). This tutorial walks you through the process of creating and packaging a new application with Briefcase.
## Financial support
The BeeWare project would not be possible without the generous support of our financial members:
[](https://anaconda.com/)
Anaconda Inc. - Advancing AI through open source.
Plus individual contributions from [users like you](https://beeware.org/community/members/). If you find Briefcase, or other BeeWare tools useful, please consider becoming a financial member.
## Documentation
Documentation for Briefcase can be found on [Read The Docs](https://briefcase.beeware.org).
## Community
Briefcase is part of the [BeeWare suite](https://beeware.org). You can talk to the community through:
- [@beeware@fosstodon.org on Mastodon](https://fosstodon.org/@beeware)
- [Discord](https://beeware.org/bee/chat/)
- The Briefcase [GitHub Discussions forum](https://github.com/beeware/briefcase/discussions)
We foster a welcoming and respectful community as described in our [BeeWare Community Code of Conduct](https://beeware.org/community/behavior/).
## Contributing
If you experience problems with Briefcase, [log them on GitHub](https://github.com/beeware/briefcase/issues).
If you'd like to contribute to Briefcase development, our [contribution guide](https://briefcase.beeware.org/en/latest/how-to/contribute) details how to set up a development environment, and other requirements we have as part of our contribution process.