Install Hive
One command pulls the right binary for your machine from the latest release, checks it against the published checksum, and installs it.
macOS · one-line installApple silicon · Intel
$curl -fsSL https://hivedesktop.com/install.sh | bash
Linux builds are coming
The release pipeline ships macOS today; Linux x86_64 and arm64 are next in line. The installer already knows how to install them.
Windows builds are coming
The release pipeline ships macOS today, with Linux next in line. Windows lands after the pipeline is stable.
01
Run the installer
Paste the command above. It pulls the latest build for your machine and puts hive on your PATH.
02
Connect GitHub
Launch Hive and sign in. It reads your issues, PRs and review requests through your own GitHub account.
03
Build your first feed
Add a source, drop a filter on it, point it at a feed. Or paste our prompt into your agent and let it write the config.
Good to know
Updating
hive update, or re-run the install command
Beta / dev builds
… | bash -s -- --channel dev
Uninstall
hive uninstall removes the binary and config
Read it first
Drop the | bash to inspect the script
ⓘHit a snag? Open an issue. Builds ship often and rough edges are expected.