Hivev0.4 beta

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
Detects your arch, verifies the checksum, installs to/Applications/Hive.app, and symlinkshive onto your PATH.
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.