English | 日本語
Zeed is a Chromium-based AI browser that reasons over your tabs, memory, and reading context. Linux-first: while most AI browsers (Comet, Atlas, Dia) ship Mac-first, Zeed ships native Linux builds as its primary platform. Privacy by design — personal data never leaves your device, and AI traffic goes directly from the browser to OpenRouter with your own API key. Your Chrome extensions, bookmarks, and saved passwords carry over.
This repo is the public distribution channel: prebuilt binaries (Releases tab) and packaging sources for Arch Linux (AUR), Debian/Ubuntu (.deb), and Flatpak.
yay -S zeed-bin # or: paru -S zeed-binAUR package: zeed-bin
Download zeed-browser_<version>_amd64.deb from the
latest release, then:
sudo apt install ./zeed-browser_*_amd64.debFlathub submission is in progress. Until then you can build locally from the
manifest in flatpak/.
Download zeed-<version>-linux-x86_64.tar.xz from the
latest release,
extract, and run ./zeed.
brew install --cask efg-technologies/zeed/zeedOr download the signed + notarized .dmg from
v147.0.7727.55.56,
the latest release that includes a macOS build (Linux releases ship more
frequently).
packaging/aur/— PKGBUILD + launcher + desktop entry for thezeed-binAUR package. Source of truth; auto-pushed to AUR on release.packaging/deb/—.debpackaging (control template, maintainer scripts, launcher, desktop entry).flatpak/— Flathub-ready Flatpak manifest + AppStream metadata..github/workflows/publish-aur.yml— CI that updates AUR on every release..github/workflows/publish-deb.yml— CI that builds the.deband attaches it to the release.- Releases (tab above) — prebuilt Linux tarballs,
.debpackages, and macOS.dmgimages.
- Source lives in the private
efg-technologies/zeed-browserrepo. - Maintainer builds a production binary there and packages a tarball
(
./packaging/scripts/make-release-tarball.sh). - Maintainer runs
gh release create vX.Y.Z dist/zeed-*.tar.xz* --repo efg-technologies/zeed-browser-dist. publish-aur.ymlhere fires → bumps PKGBUILD pkgver + sha256 + pushes to AUR.publish-deb.ymlbuilds the.deband attaches it to the same release.
No application code lives in this repo. It exists only to host public binary
tarballs so that AUR users can curl the download URL without GitHub auth.
- Website: zeed.run
- AUR: zeed-bin
- Homebrew tap: efg-technologies/homebrew-zeed
- Built by EFG Technologies Inc. (Tokyo, Japan)