Get started · 1 of 2
Install
Install the local seed command, then run seed clearance setup. SEED runs on your machine; it does not require a cloud account or background telemetry.
Quick install
sh
curl -fsSL https://seedid.xyz/install.sh | shThe script downloads the signed release, checks the signature and file hashes, then installs seed. If verification fails, installation stops.
Offline / local tarball
You can also install from a downloaded release folder. This is useful for locked-down machines or for reviewing the files before running them.
sh
tar -xzf seed-clearance-0.7.0.tar.gz
cd seed-clearance-0.7.0
SEED_INSTALL_RELEASE_DIR="$PWD" ./install.shVerify signature
sh
# Inside the unpacked release
curl -fsSL https://seedid.xyz/releases/tier1/latest/seed-release-public.pem > seed-release-public.pem
sha256sum -c SHA256SUMS
openssl dgst -sha256 -verify seed-release-public.pem -signature SHA256SUMS.sig SHA256SUMSIf verification fails, do not run the binaries. Open an issue with the failing line; do not paste keys.
First commands
sh
seed log install --json
seed version --json
seed clearance setupSetup creates your local identity, prepares the permission store, and starts the guided assistant connection flow.