- View top/best/new/ask/show/job stories.
- Each category is indexed locally.
- Read comments and nested comments.
- Search stories.
- Search comments.
- Watch stories via server side events.
Download prebuilt dmg from releases.
Will require allowing non app store & known developers when launching. Open System Settings -> Privacy & Security and under Security allow running app.
Download Linux app image, flatpak or debian package from releases.
Unzip and grant execute permission to the app image and run it.
Download the hacker-news.flatpak file and run flatpak install hacker-news.flatpak.
Each install method will build and package from source. You'll first need to clone this repo.
git clone https://github.com/darrell-roberts/hacker-news.git
cd hacker-newsYou'll need the Rust compiler toolchain.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shcargo install --bin hacker-news-readerRun the provided Makefile target
make installThis will create a dist/Hacker News.dmg file and open/mount it. Simply copy the contents into your Application folder.
Run the provided Makefile target
make installThis copies the binary and other assets into your ~/.local.
