rib

Crates.iorib
lib.rsrib
version0.1.1
created_at2026-01-17 19:43:02.022337+00
updated_at2026-01-17 22:33:21.834967+00
descriptionBrowser-based EPUB reader.
homepage
repositoryhttps://github.com/twilight-flower/rib
max_upload_size
id2051025
size216,177
Alyssa (twilight-flower)

documentation

README

Rib

crates.io

Read EPUBs in your web browser!

A lightweight desktop EPUB reader. Name is short for 'Read in browser'. Currently in early development.

Tested on Windows and Linux; currently untested on Mac, but theoretically should work there as well.

Usage

Open book in your default web browser with default style settings:

rib book.epub

View help menu for advanced functionality:

rib help

Installation

Rib has a dependency on xdg-open on Linux. It has no known external dependencies on Windows or Mac.

Install via Cargo

cargo install --locked rib

Download via GitHub releases

See the releases page for download links. For convenience, you'll likely want to extract the release's executable to somewhere on your PATH.

Build manually

git clone git@github.com:twilight-flower/rib.git
cd rib
cargo build --release

The output executable will appear in the target/release subdirectory. For convenience, you'll likely want to move it to somewhere on your PATH.

Commit count: 63

cargo fmt