Download & Installation Get started with Dars Framework in just a few steps
Installation
Install Dars Framework with a single command:
pip install dars-framework
Looking for specific versions or release notes? View all releases on GitHub →
Once installed, you're ready to start building your first Dars application!
Essential CLI Commands
dars init my_project Create a new Dars project
dars export main.py --format html Export app to HTML/CSS/JS
dars preview ./output Preview exported app locally
dars info main.py Show info about your app
Using Templates
dars init my_project -t basic/hello_world Start with a template for faster development
Need help? Use:
dars --help
Complete Documentation Explore all available commands, options, and advanced usage in our comprehensive documentation
Ready to Start Building?