Markerss

Published 2026-08-29


I used to use Newsboat, which is great. But I want several features:

There are many great TUI RSS readers, but they are all a little bit different from my needs here and there. So I vibe-coded this one.

Written in Rust (ratatui + feed-rs), design-first: main branch holds SPEC/PLAN/DESIGN, implementations live on per-language branches (rust/go/cpp). Status: basically complete.

Usage

git clone https://github.com/hiraethecho/markerss
cd markerss
cargo run            # dev run
cargo build --release

Config lives in ~/.config/markerss/ — see config.default.toml and theme.default.toml templates; an Arch PKGBUILD is included. The rust-comment branch adds dense bilingual teaching comments, and GUIDE.md is a Rust tutorial tied to the code.