mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
f7ab3fd3ab
Because I was bored and had nothing to do I went ahead and did some stuff.
39 lines
2.6 KiB
Markdown
39 lines
2.6 KiB
Markdown
## About InkBox
|
|
InkBox is an open-source, Qt-based eBook reader for Kobo devices. It also comes as an entire [native open-source OS](https://github.com/Kobo-InkBox/rootfs) and provides support for a number of devices.
|
|
<br>
|
|
InkBox features:
|
|
- Full integrated KoBox X11 subsystem
|
|
- ePUB, PDF and plain text support
|
|
- Versatile configuration options for reading
|
|
- muPDF rendering engine for ePUB (and soon PDFs)
|
|
- Wi-Fi support and web browser
|
|
- Encrypted storage with EncFS
|
|
- Fast dictionary & local storage search
|
|
- Dark mode
|
|
- Strict security policy ensuring that only signed software can be run on the device (this, however, can be adapted to your needs by recompiling the [kernel](https://github.com/Kobo-InkBox/kernel))
|
|
- Full factory reset option if needed
|
|
- Seamless update process
|
|
- VNC viewer app
|
|
- Search function
|
|
- 9 built-in fonts
|
|
- Auto-suspend
|
|
- Lock screen/passcode
|
|
- User-friendly experience
|
|
## How do I install InkBox?
|
|
You can download precompiled OS/binaries [here](http://23.163.0.39/bundles/inkbox/native/) and standard Nickel add-ons are available [here](http://23.163.0.39/bundles/inkbox/nickel/), although support for them has been stopped until further notice. Huge thanks to [@fermino](https://github.com/fermino) for providing free hosting.
|
|
<br>
|
|
|
|
On Windows, use [balenaEtcher](https://www.balena.io/etcher/) to flash the InkBox image file to the Kobo's SD card.
|
|
|
|
On Linux and MacOS, [balenaEtcher](https://www.balena.io/etcher/) is the easiest option for the terminal-shy people out there.
|
|
However, you can also open a terminal and check the device node of the Kobo's SD card with `sudo fdisk -l`. Then `dd` the image to the SD card like this:
|
|
|
|
```
|
|
xzcat inkbox.xz | sudo dd of=/dev/mmcblk0
|
|
```
|
|
|
|
If you install the Nickel add-on, unpack the 'base' archive in the root of the onboard storage, not in any subfolder inside it.
|
|
## How can I contribute?
|
|
If you like this project and want to improve it in some way, feel free to fork this repository or [one of the subprojects this organization hosts](https://github.com/Kobo-InkBox), then make a [pull request](https://github.com/Kobo-InkBox/inkbox/pulls). I'll be happy to review it.
|
|
<br><br>
|
|
On the other hand, if you don't have the appropriate coding skills or just want to help in some way, feel free to [make a donation here](https://liberapay.com/tux-linux/) or at my [PayPal account](https://paypal.me/NicolasMailloux/). I'm a student and motivation has been the only thing that has helped me maintain this project for the last months. Developing an entire operating system on my own was not an easy task. I have time, but I like to spend it wisely.
|