Dars Framework
Home
About
Download
Download & Installation
Get started with Dars Framework in just a few steps
Installation
Install Dars Framework with a single command:
pip install dars-framework
Copy
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
View Full CLI Documentation →
Browse All Documentation →
Ready to Start Building?
Get Started Guide
View Examples