You can find the newest version for all platforms here.
Available platforms:
| OS | Currently status | Working? |
|---|---|---|
| Windows | The app is developed here, so its supposed to run really smooth with every functionality | ✅Yes |
| macOS | Critical bugs when running it related by users, due to not having an Apple developer license | ❌ Not recommended |
| Linux | Not that much bugs. But its performance is terrible due to how its rendered on Linux, specially on Arch. Even worse on Nvidia GPU's (my case). A fix is being worked on tho. | ☑️ Mostly fine. |
| Android | Its far from the main goal of the project. I'd recommend you to use other apps, specially forks from Mihon. For the soon future, mobile is gonna be dropped until I feel its worth to develop for it again | ⛔Partially. |
| iOS | Unless I'd have 99$ to spend on it | ❌No. |
-
- Tauri
Tauri Official Plugins
- @tauri-apps/plugin-sql
- @tauri-apps/plugin-http
- @tauri-apps/plugin-store
- @tauri-apps/plugin-fs
- @tauri-apps/plugin-updater
- @tauri-apps/plugin-notification
- @tauri-apps/plugin-single-instance
- @tauri-apps/plugin-opener
- @tauri-apps/plugin-autostart
- @tauri-apps/plugin-process
- @tauri-apps/plugin-os
- @tauri-apps/plugin-window-state
- @tauri-apps/plugin-positioner
- @tauri-apps/plugin-cli
- @tauri-apps/plugin-shell
- @ferreira-tb/tauri-plugin-prevent-default
- @CrossCopy/tauri-plugin-clipboard
- Tauri
Since this project is made with Tauri, you have to install all of its prerequisites based on which platform you are on. In this project, I use Bun, even though it doesn't really impacts this project as it is rendered by Tauri, I like it. You can use whichever you like, just don't commit the changes you need to make it work.
There's no other setup, just installing the dependencies with the command below should work. Dependencies such as SvelteKit, TailwindCSS and so on.
Make sure to install the dependencies:
bun installbun tauri devBuild the application for production:
bun tauri build




