Releases: fernandodeperto/hyperreader
Releases · fernandodeperto/hyperreader
Release list
v0.1.0
First release.
Install
curl -fsSL https://raw.githubusercontent.com/fernandodeperto/hyperreader/main/install.sh | shThe installer detects your platform, verifies the download against
SHA256SUMS, installs to ~/.local/bin/hyperreader, and prints a
ready-to-paste MCP client configuration entry with the path already
resolved.
If you would rather not pipe to a shell:
curl -fsSL -O https://raw.githubusercontent.com/fernandodeperto/hyperreader/main/install.sh
less install.sh
sh install.shWith a Go toolchain:
go install github.com/fernandodeperto/hyperreader@v0.1.0Supported platforms
macOS and Linux, on x86-64 and arm64. Windows is not supported.
Artifacts
Raw executables, not archives, so there is no extraction step. Verify
them with shasum -a 256 -c SHA256SUMS on macOS or sha256sum -c SHA256SUMS on Linux.
Fetch with curl rather than a browser. A browser download carries
com.apple.quarantine and macOS refuses to run it without a manual
override.