Compile Dart to a standalone EXE — fast, simple, and native.
OneDart is a lightweight Dart‑to‑native compiler that transforms your .dart files into portable Windows executables.
It’s designed for developers who want to ship Dart apps without requiring the Dart SDK or runtime.
- Standalone EXE output — no runtime dependencies
- Icon embedding — add
.icofiles directly to your binary - Cross‑compilation — build for Linux from Windows (experimental)
- Fast builds — minimal overhead, instant startup
onedart input.dart -o output.exe -i path/to/your/icon.ico