⚠️ This project is in Alpha and things break often. Please use at your own risk.
Helmer Micro is being developed as COSS: Commercial Open-source Software. It's source code is kept up-to-date and made available to everyone through this Github Repo.
If you'd like to support our work, we request you to buy a license via our website and share your GIFs online with a #MadeWithMicro
hashtag that will allow us to find it online too!
- Follow this guide to set up Rust and other system dependencies.
- Install NodeJS v18.17.0 LTS (or newer)
- Install Yarn Package Manger by running
npm install --global yarn
This is a Tauri app. It uses Astro for UI and Rust for the backend.
- To spin up the dev environment, run
yarn tauri dev
- To build the app for your current OS/architecture, run
yarn tauri build
- Follow the Conventional Commits spec to name branches and commits.