dev-util/act::bentoo
- Ebuilds: 1, Testing: 0.2.89 Description:
act lets you run your GitHub Actions workflows locally. Instead of
committing and pushing to trigger CI, act reads the workflow files in
.github/workflows and executes each job in a Docker container that
mirrors the GitHub-hosted runner environment, giving fast feedback and
saving CI minutes.
Homepage:https://nektosact.com License: MIT Apache-2.0 BSD BSD-2 ISC MPL-2.0
dev-util/ai-memory::bentoo
- Ebuilds: 1, Testing: 2.1.1 Description:
ai-memory is a long-term memory server for AI coding agents, spoken to
over the Model Context Protocol (MCP). It keeps everything on the
machine it runs on: pages live in a bundled SQLite database with FTS5
full-text search, a git-versioned wiki records how they changed, and
embeddings for semantic search are computed in-process by a pure-Rust
BERT model on the CPU, so no text has to leave the host to make search
work. Optional providers (Anthropic, OpenAI, Gemini, GitHub Copilot and
any OpenAI-compatible endpoint) can be configured for consolidation and
hosted embeddings when that trade is wanted.
It ships a single ai-memory binary that serves MCP over stdio or HTTP,
exposes a small web UI, and installs per-vendor hook scripts under
/usr/share/ai-memory/hooks for Claude Code, Codex, Cursor, Gemini CLI,
opencode and others. The daemon can run system-wide under the dedicated
ai-memory account or per user session; this package provides both an
OpenRC service and, with USE=systemd, the upstream units for each scope.
Homepage:https://github.com/akitaonrails/ai-memory License: MIT
Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0
Unicode-3.0 ZLIB
dev-util/ai-memory-bin::bentoo
- Ebuilds: 1, Testing: 2.1.1 Description:
ai-memory is a long-term memory server for AI coding agents, spoken to
over the Model Context Protocol (MCP). It keeps everything on the
machine it runs on: pages live in a bundled SQLite database with FTS5
full-text search, a git-versioned wiki records how they changed, and
embeddings for semantic search are computed in-process by a pure-Rust
BERT model on the CPU, so no text has to leave the host to make search
work. Optional providers (Anthropic, OpenAI, Gemini, GitHub Copilot and
any OpenAI-compatible endpoint) can be configured for consolidation and
hosted embeddings when that trade is wanted.
It ships a single ai-memory binary that serves MCP over stdio or HTTP,
exposes a small web UI, and installs per-vendor hook scripts under
/usr/share/ai-memory/hooks for Claude Code, Codex, Cursor, Gemini CLI,
opencode and others. The daemon can run system-wide under the dedicated
ai-memory account or per user session; this package provides both an
OpenRC service and, with USE=systemd, the upstream units for each scope.
This package installs the prebuilt x86_64 or aarch64 executable
published by upstream on GitHub Releases, together with the hooks,
configuration templates and packaging files carried in the same
tarball, so it installs exactly the same file set as the from-source
dev-util/ai-memory. The two are mutually exclusive: both install
/usr/bin/ai-memory. The binary is linked against glibc and will not
work on a musl profile.
Homepage:https://github.com/akitaonrails/ai-memory License: MIT
Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0
Unicode-3.0 ZLIB
dev-util/antigravity-hub-bin::bentoo
- Ebuilds: 1, Testing: 2.12.2.6298742303883264 Description:
Antigravity 2.0 is Google's standalone agent orchestration desktop
application (the "hub"). It is a distinct product from the Antigravity
IDE: the hub focuses on launching, coordinating and monitoring AI
agents rather than providing a code editor.
This package installs the prebuilt Electron/Chromium binary release.
Homepage:https://antigravity.google/ License: all-rights-reserved
dev-util/cargo-deny::bentoo
- Ebuilds: 1, Testing: 0.20.2 Description:
cargo-deny is a cargo plugin from Embark Studios that lints your
project's dependency graph. It checks crate licenses against an
allow/deny list, scans for security advisories (RustSec), bans
specific or duplicate crates, and restricts the sources crates may
be fetched from. It is commonly run in CI to enforce supply-chain
policies across large Rust workspaces.
Homepage:https://github.com/EmbarkStudios/cargo-deny License: || ( Apache-2.0 MIT )
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CDLA-Permissive-2.0
ISC MIT Unicode-3.0 ZLIB
dev-util/claude-agent-acp-plus::bentoo
- Ebuilds: 1, Testing: 0.15.1 Description:
ACP adapter for the Claude Agent SDK, forked from
agentclientprotocol/claude-agent-acp to port features from the Claude
Code VS Code extension to ACP clients (like Zed) for a friendlier
experience. Starts with AskUserQuestion checkbox parity (multiSelect ->
ACP form field type:"array" with items.anyOf, plus per-question "Other"
and descriptions). Ships compiled dist/ + production node_modules
(including the SDK's native Claude CLI binary), so no compilation at
merge time.
Homepage:https://github.com/lucascouts/claude-agent-acp-plus License: Apache-2.0
dev-util/claude-agent-acp-tui::bentoo
- Ebuilds: 1, Testing: 0.13.0 Description:
claude-agent-tui is an ACP-over-PTY bridge that runs the official
Claude Code TUI inside Zed's agent panel, driving the real 'claude'
CLI over a pseudo-terminal and exposing it through the Agent Client
Protocol. It runs on top of your existing Claude Pro/Max
subscription. This package is a prebuilt bundle shipping the compiled
dist/ output together with its node_modules (including the native
node-pty addon), so no compilation happens at merge time.
Homepage:https://github.com/lucascouts/claude-agent-tui License: Apache-2.0
dev-util/claude-code::bentoo
- Ebuilds: 1, Stable: 2.1.268 Description:
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands.
Homepage:https://claude.com/product/claude-code License: all-rights-reserved
dev-util/cline-bin::bentoo
- Ebuilds: 1, Testing: 3.0.61 Description:
Cline is an autonomous coding agent that plans and applies multi-file
edits, runs commands and drives a browser, using an API key of your
choice across more than thirty providers.
This package installs the standalone terminal build. The VS Code and
JetBrains extensions, which are how most people run Cline, are not
packaged here and are installed from their respective marketplaces.
Homepage:https://cline.bot/ https://github.com/cline/cline License: Apache-2.0
dev-util/cmake-extras::bentoo
- Ebuilds: 1, Testing: 1.10 Description:
cmake-extras provides additional CMake modules used across the
Ayatana and Ubuntu ecosystems, such as FindGObjectIntrospection.cmake,
FindVala.cmake and FindCoverageReport.cmake. The package contains no
compiled code; it only installs the .cmake module files into
${CMAKE_INSTALL_DATADIR}/cmake/.
Homepage:https://salsa.debian.org/debian-ayatana-team/cmake-extras License: GPL-3
dev-util/codex::bentoo
- Ebuilds: 1, Testing: 0.154.0 Description:
Codex CLI is OpenAI's AI-powered coding agent that runs in the terminal.
It integrates with the OpenAI API to provide interactive code generation,
editing, and review capabilities directly from the command line.
Homepage:https://github.com/openai/codex License: Apache-2.0
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB
dev-util/codex-bin::bentoo
- Ebuilds: 1, Testing: 0.154.0 Description:
Prebuilt binary distribution of Codex CLI, OpenAI's AI-powered coding
agent that runs in the terminal. This package installs the official
statically-linked musl binary from the upstream GitHub release, avoiding
the lengthy Rust compilation required by dev-util/codex. Suitable for
users who do not want to compile the package from source.
Homepage:https://github.com/openai/codex License: Apache-2.0
dev-util/codex-desktop-bin::bentoo
- Ebuilds: 1, Testing: 26.908.31748 Description:
OpenAI's official Electron desktop application for Linux, published under
the Codex brand and released on 2026-08-11. It bundles ChatGPT, ChatGPT
Work and the Codex coding agent in a single window; the Codex CLI, a
private Node.js runtime and ripgrep are shipped inside the payload.
This is proprietary, closed-source software distributed only as a
prebuilt binary: nothing here is compiled from source, the package is
neither mirrored nor redistributable in binary form, and using it
requires an OpenAI account. Upstream calls the installed command
"chatgpt", which is why the package name and the binary name differ.
Note that the Linux build is a preview: it has no setuid sandbox helper
and depends on unprivileged user namespaces for renderer isolation.
Homepage:https://developers.openai.com/codex/app License: all-rights-reserved MIT
dev-util/gemini-cli::bentoo
- Ebuilds: 1, Testing: 0.59.0 Description:
Gemini CLI is Google's open-source terminal agent, giving Gemini
direct access to a shell, the filesystem and MCP servers.
Upstream's npm package lists node-pty and keytar as optional native
bindings. They are not packaged: the bundle was verified to run
without them, and they would each need their own ebuild with a
compiled component.
Homepage:https://google-gemini.github.io/gemini-cli/ https://github.com/google-gemini/gemini-cli License: Apache-2.0
dev-util/goose::bentoo
- Ebuilds: 1, Testing: 1.50.0 Description:
goose is an extensible AI agent that runs on your own machine: it
executes commands, edits files and tests its own work, driving any
model you point it at and any MCP server you give it.
Built from the upstream source tarball. For the prebuilt upstream
binary, see dev-util/goose-bin instead; the two do not collide,
since this one installs to /usr/bin and goose-bin to /opt.
Homepage:https://goose-docs.ai/ https://github.com/aaif-goose/goose License: Apache-2.0
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-3+ MIT MIT-0 MPL-2.0 MPL-2.0
Unicode-3.0 Unlicense ZLIB BZIP2
dev-util/goose-bin::bentoo
- Ebuilds: 1, Testing: 1.50.0 Description:
goose is an open-source, extensible AI agent from Block (Square) that
runs locally and can execute, edit and test code on its own, using any
LLM. It supports the Model Context Protocol (MCP) to extend its
capabilities with external tools and services.
This package installs the prebuilt glibc CLI binary only. It does not
package the -vulkan or -musl CLI variants, nor the separate Goose
Desktop application.
Homepage:https://goose-docs.ai/ https://github.com/aaif-goose/goose License: Apache-2.0
dev-util/kilocode-bin::bentoo
- Ebuilds: 1, Testing: 7.6.2 Description:
Kilo Code is an open-source AI coding agent CLI (the upstream project
also ships a VS Code extension, which this package does not install).
This ebuild packages the prebuilt glibc x86_64/arm64 release tarball,
which bundles a static bubblewrap 0.11.2 binary (GNU LGPL-2) as the
sandbox runtime alongside the main "kilo" executable, tree-sitter
grammar files, and sandbox worker scripts.
Homepage:https://github.com/Kilo-Org/kilocode License: MIT Apache-2.0 LGPL-2
dev-util/openchamber-bin::bentoo
- Ebuilds: 1, Testing: 1.23.0 Description:
OpenChamber is a desktop cockpit for driving several opencode
sessions at once, each in its own workspace.
Repackaged from upstream's AppImage. The copies of system libraries
the AppImage carries for portability are removed, and Chromium's
sandbox is installed setuid and left enabled — upstream's own
launcher disables it, which an AppImage has to do because it cannot
ship a setuid helper.
Homepage:https://github.com/OpenChamber/openchamber License: MIT
dev-util/opencode-bin::bentoo
- Ebuilds: 1, Testing: 1.18.30 Description:
opencode is a terminal-native coding agent that is deliberately not
tied to one vendor: it speaks to more than seventy model providers,
integrates with language servers, and keeps its state on your machine.
This package installs the prebuilt upstream CLI. The separate opencode
desktop application is not packaged here.
Homepage:https://opencode.ai/ https://github.com/anomalyco/opencode License: MIT
dev-util/opencodex::bentoo
- Ebuilds: 1, Testing: 2.48.0 Description:
opencodex is a universal provider proxy: it speaks the OpenAI Responses
and Anthropic Messages APIs on the front, and forwards to whatever
backend is configured behind it, so OpenAI's Codex CLI, Codex App and
SDK, and Anthropic's Claude Code can be pointed at Claude, Gemini,
Grok, DeepSeek, OpenRouter, a local Ollama, or any OpenAI-compatible
endpoint without the client knowing. It runs as a local daemon on
127.0.0.1:10100 and ships a browser UI for picking models and watching
traffic.
This package installs the TypeScript sources and runs them directly on
the Bun runtime from net-libs/bun-bin, with the JavaScript dependency
tree vendored from upstream's bun.lock rather than fetched at build
time. Because that is the layout opencodex classifies as a source
install, its built-in self-updater detects it and declines to write
into /usr: updates come through Portage.
Homepage:https://lidge-jun.github.io/opencodex/ https://github.com/lidge-jun/opencodex License: MIT ISC BSD BSD-2 Apache-2.0
dev-util/opengrep-bin::bentoo
- Ebuilds: 1, Testing: 1.30.0 Description:
Opengrep is an open-source static application security testing (SAST)
engine, forked from Semgrep CE and kept under the LGPL-2.1 licence by a
consortium of AppSec vendors (Aikido, Amplify, Endor Labs, Kodem and Orca
Security) after Semgrep moved several features behind a commercial
licence.
It matches source code against declarative YAML rules that look like the
code they search for, supporting more than thirty languages, and remains
compatible with existing Semgrep rules and rulesets. Results can be
emitted as plain text, JSON or SARIF for CI integration.
This package installs the pre-built, self-contained upstream release
binary (a single statically-linked native executable, no Python runtime
required) providing the scan, test, validate, show and lsp subcommands.
Homepage:
https://www.opengrep.dev/
https://github.com/opengrep/opengrep
License: LGPL-2.1
dev-util/osv-scanner::bentoo
- Ebuilds: 1, Testing: 2.5.1 Description:
OSV-Scanner is Google's official frontend to the OSV.dev
vulnerability database. It scans a project's dependencies (lockfiles,
SBOMs, container images, Git submodules and installed artifacts),
matches them against known vulnerabilities in the OSV database, and
reports actionable results. It also supports guided remediation to
help upgrade affected packages.
Homepage:https://google.github.io/osv-scanner/ https://github.com/google/osv-scanner License: Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unlicense
dev-util/playwright::bentoo
- Ebuilds: 1, Testing: 1.63.0 Description:
Playwright automates Chromium, Firefox and WebKit browsers with a single
API. This is the upstream Node.js package from the npm registry: it
installs the "playwright" command line tool and the JavaScript/TypeScript
library (playwright plus playwright-core) under Node.js, and it is the
reference implementation the language bindings are built on. Only
JavaScript, a WASM image codec and data files are installed, so nothing
here is architecture specific. The browser binaries themselves are not
part of the package: they are downloaded at runtime with
"playwright install".
Homepage:https://playwright.dev/
https://github.com/microsoft/playwright/
https://registry.npmjs.org/playwright/ License: Apache-2.0
dev-util/qwen-code::bentoo
- Ebuilds: 1, Testing: 0.23.3 Description:
Qwen Code is Alibaba's terminal coding agent, forked from Google's
Gemini CLI and adapted to the Qwen models.
Upstream's release bundles its own Node.js runtime. This package
discards it and runs on net-libs/nodejs instead, which cuts roughly
two thirds of the installed size and avoids carrying a second Node
that nothing else on the system would update.
Homepage:https://qwenlm.github.io/qwen-code-docs/ https://github.com/QwenLM/qwen-code License: Apache-2.0
dev-util/trivy::bentoo
- Ebuilds: 1, Testing: 0.74.0 Description:
Trivy is a comprehensive and versatile security scanner. It finds
vulnerabilities (CVEs), misconfigurations (IaC), secrets, SBOMs and
licenses across container images, file systems, Git repositories,
Kubernetes clusters and cloud accounts. Trivy is easy to use, fast and
integrates well into CI pipelines.
Homepage:https://trivy.dev https://github.com/aquasecurity/trivy License: Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unlicense