hncli
hncli is a modern TUI for browsing Hacker News from the terminal.
Last verified:
What is hncli?
hncli is a terminal-based UI for browsing Hacker News that prioritizes performance and accessibility. Allows users to view posts, comments, and threads from the command line with customizable settings and theming.
hncli pricing
Pricing model: Freemium
hncli pros
- Lightweight and fast, runs well on older/low-spec computers
- Full comment and sub-comment browsing across Home, Ask HN, and Show HN sections
- Persistent customizable settings and extensible theming system
- Contextual help system showing common commands on any screen
hncli cons
- Search functionality severely limited—hn.algolia shut down most of its API data
- Requires terminal familiarity and manual installation (Docker or Rust toolchain)
- No pricing information or development roadmap details visible on current page
Frequently asked questions about hncli
How do I install and run hncli?
Two options: (1) With Docker: `docker build -t hncli . && docker run -it hncli`, or (2) With Rust toolchain: `cargo run --release`
Can I customize the appearance?
Yes, hncli includes a theming system that is easily modified and extendable, with settings stored persistently in OS-appropriate folders
Is search still available?
Search is available but limited due to hn.algolia shutting down most of its data—only basic search functionality remains