It's an unofficial wrapper for Cinny that uses the lightweight library Tauri.
- Grab a download from the Release Artifacts
- Compile from source
Contributions are absolutely appreciated! Feel free to tackle open issues, add something neat, etc. whatever you feel like. :)
First, you will need the dependencies needed for Tauri. You can see the process depending on your operating system here!
git clone https://github.com/hbarsaiyan/cinny-tauri.git
npm install
npm run tauri info
At this point, you can edit the code!
npm run tauri dev
The binary file will be in /src-tauri/target/release/
npm run tauri build
@RealDrPuc for creating discord-tauri, which has served as a template for this project.