v0.1
·
95 commits
to master
since this release
currently works properly on mac, also there is system integration with mac, so this is currently usable on mac but still contains little bugs
The app in zip folder is only for arm64 macs, this version doesnt have linux executable
But there is a web port for this version only (for now) it is a bit buggy but it gets the job done .d
Build Instructions
Follow these steps to build and run Rusic on your local machine.
do a git clone to this project to get the current code
Prerequisites
- Rust: Ensure you have the latest stable Rust installed. Install Rust
- Node.js: Required for Tailwind CSS processing. Install Node.js
- dioxus-cli: You can install dioxus-cli with this command
cargo install --locked dioxus-cli(this will take a bit) - openssl, xdotool, glib, libsoup3 (i dont know about what they are equal in another distros sorry, check flake.nix for all packages or just listen rust compiler for missing stuff .d)
Quick Start
-
Install dependencies:
npm i -
Run the application (dev):
Use the providedMakefileto handle CSS generation and run the appmake run
or for better experience you can usedx servefor development
For building the app use dx build --release command and you will probably be able to run the executable in the printed location