added dmg for mac. Im still working on making this a flatpak but its just really hard, maybe on next release. Currently there is an install script for linux u can use that.
git clone https://github.com/temidaradev/rusic
cd rusic
chmod +x install.sh
./install.shBuild Instructions
Follow these steps to build and run Rusic on your local machine.
install the source code from below
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)
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