Blackprint is available via debian: blackprint_1.0.0_amd64.deb
Download windows executable below: blackprint_1.0.0_x64-setup.exe
Blackprint is currently as a dmg
file, support for Homebrew will be added soon:
blackprint_1.0.0_x64.dmg
Blackprint is built using Tauri, so you will require NodeJS and Rust to build.
Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run tauri dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run tauri build
Contributions are always welcome!