MangaYouKnow is a open-source manga reader under the MIT license.
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 | Since I don't own a Mac yet, I don't know the extends of functionalities here | ☑️Mostly |
Linux | Already tested but needs some fixing in UI, since Linux seems to hate blur effects. IDK about Arch | ☑️ Mostly |
Android | I need more time and RAM on my device to make it useful | ⛔Partially |
iOS | Doesn't seem possible yet, at least until I figure out how to sign without a Apple dev paid account | ❌No. |
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 install
bun tauri dev
Build the application for production:
bun tauri build