Skip to content

v0.1.0

Latest

Choose a tag to compare

@fernandodeperto fernandodeperto released this 06 Aug 11:47

First release.

Install

curl -fsSL https://raw.githubusercontent.com/fernandodeperto/hyperreader/main/install.sh | sh

The 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.sh

With a Go toolchain:

go install github.com/fernandodeperto/hyperreader@v0.1.0

Supported 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.