_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


claude-code 2.1.112
Dependencies: apply-seccomp@0.0.49 node-claude-code-cache-fix@2.0.3
Propagated dependencies: bash@5.2.37 bubblewrap@0.11.0 ripgrep@15.1.0 socat@1.7.4.4 which@2.21
Channel: guix-ai-cloud
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://www.npmjs.com/package/@anthropic-ai/claude-code
Licenses: Nonfree
Build system: node
Synopsis: AI coding agent for the terminal
Description:

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows through natural language commands.

The claude-code-cache-fix preload is automatically enabled to work around an upstream prompt-cache regression that can cause up to 20x cost increase on resumed sessions. Set CACHE_FIX_DISABLED=1 to disable all fixes while keeping monitoring active.

node-claude-code-cache-fix 2.0.3
Channel: guix-ai-cloud
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://github.com/cnighswonger/claude-code-cache-fix
Licenses: Expat
Build system: node
Synopsis: Fix prompt cache regression in Claude Code
Description:

This package fixes a prompt cache regression in Claude Code that causes up to 20x cost increase on resumed sessions. Use it by setting NODE_OPTIONS="--import claude-code-cache-fix" when running Claude Code.

apply-seccomp 0.0.49
Dependencies: libseccomp@2.6.0
Channel: guix-ai-cloud
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://github.com/anthropic-experimental/sandbox-runtime
Licenses: ASL 2.0
Build system: gnu
Synopsis: Seccomp filter for blocking Unix socket access
Description:

This program applies a seccomp BPF filter that blocks AF_UNIX socket creation, isolating sandboxed subprocesses from local services. It is used by Claude Code's bwrap sandbox.

node-agentclientprotocol-sdk 0.19.0
Dependencies: node-zod@4.3.6
Channel: guix-ai-cloud
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://www.npmjs.com/package/@agentclientprotocol/sdk
Licenses: ASL 2.0
Build system: node
Synopsis: Agent Client Protocol SDK
Description:

This package implements the Agent Client Protocol (ACP), which standardizes communication between code editors and AI coding agents.

node-zod 4.3.6
Channel: guix-ai-cloud
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://www.npmjs.com/package/zod
Licenses: Expat
Build system: node
Synopsis: TypeScript-first schema validation
Description:

Zod is a TypeScript-first schema validation library with static type inference.

emacs-opencode 0.0.0-0.bf20404
Propagated dependencies: emacs-magit@4.6.0 emacs-markdown-mode@2.8 emacs-plz@0.9.1 emacs-plz-event-source@0.1.3 emacs-plz-media-type@0.2.4
Channel: guix-ai-cloud
Location: ai-cloud/packages/opencode.scm (ai-cloud packages opencode)
Home page: https://codeberg.org/sczi/opencode.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface to OpenCode
Description:

This package provides an Emacs UI to OpenCode, an open source AI coding agent. It offers integration with Emacs through comint-mode, vtable, diff-mode, and markdown-mode. Features include the ability to add any Emacs buffer to chat context, integration with Magit for creating new git branches and worktrees, session management, and a notification system for async operations.

opencode 1.1.60
Dependencies: bash-minimal@5.2.37 gcc@14.3.0 libx11@1.8.12 glibc@2.41 mesa@26.0.2
Channel: guix-ai-cloud
Location: ai-cloud/packages/opencode.scm (ai-cloud packages opencode)
Home page: https://opencode.ai
Licenses: Expat
Build system: binary
Synopsis: the open source AI coding agent.
Description:

OpenCode is an open source agent that helps you write code in your terminal.

emacs-agentic-async-operations 0.1.0
Propagated dependencies: emacs-detached@0.10.1 emacs-alert@1.3
Channel: guix-ai-cloud*
Location: ai-cloud/packages/agentic-async-operations.scm (ai-cloud packages agentic-async-operations)
Home page: https://grigory.tech
Licenses: GPL 3+
Build system: emacs
Synopsis: Windowless, queryable compile/detached operations for AI agents
Description:

agentic-async-operations lets an AI agent run builds and long shell commands in the user's Emacs without ever stealing the window the user is typing in. aao/compile and aao/detached run a command with no window shown, stamp the output buffer with queryable metadata (session, model, reason, kind, command, time, status, tags), and render a header line plus a banner from it. It adds per-company model icons/colors, per-status emojis/colors, tags, named groups, a mode-line monitor, and a small scheduling and dependency graph. Full documentation ships as a Texinfo/Info manual.

emacs-ai-code-interface 1.900
Propagated dependencies: emacs-transient@0.13.2 emacs-magit@4.6.0
Channel: guix-ai-cloud*
Location: ai-cloud/packages/ai-code-interface.scm (ai-cloud packages ai-code-interface)
Home page: https://github.com/tninja/ai-code-interface.el
Licenses: ASL 2.0
Build system: emacs
Synopsis: Unified Emacs interface for AI coding assistants
Description:

ai-code-interface.el provides a unified Emacs interface supporting multiple AI coding backends: Claude Code, Gemini CLI, OpenAI Codex, ECA, GitHub Copilot CLI, Opencode, and others. It offers a transient-based menu system and context-aware code actions.

node-anthropic-ai-claude-agent-sdk 0.3.222
Dependencies: node-zod@4.4.3
Channel: guix-ai-cloud*
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://www.npmjs.com/package/@anthropic-ai/claude-agent-sdk
Licenses: Nonfree
Build system: node
Synopsis: Claude Agent SDK
Description:

This package provides an SDK for building AI agents with Claude Code's capabilities, enabling programmatic interaction with Claude for autonomous code editing. It bundles all of Claude Code, too.

claude-agent-acp 0.23.1
Dependencies: node-agentclientprotocol-sdk@1.3.0 node-anthropic-ai-claude-agent-sdk@0.3.222 node-zod@4.4.3
Propagated dependencies: bash@5.2.37 which@2.21
Channel: guix-ai-cloud*
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://www.npmjs.com/package/@zed-industries/claude-agent-acp
Licenses: ASL 2.0
Build system: node
Synopsis: ACP-compatible Claude Agent wrapper
Description:

This package provides an ACP-compatible coding agent powered by the Claude Agent SDK.

claude-code 2.1.220
Dependencies: bash-minimal@5.2.37 glibc@2.41 gcc@14.3.0
Channel: guix-ai-cloud*
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://claude.ai/code
Licenses: Nonfree
Build system: copy
Synopsis: AI coding agent for the terminal
Description:

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows through natural language commands.

node-agentclientprotocol-sdk 1.3.0
Dependencies: node-zod@4.4.3
Channel: guix-ai-cloud*
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://www.npmjs.com/package/@agentclientprotocol/sdk
Licenses: ASL 2.0
Build system: node
Synopsis: Agent Client Protocol SDK
Description:

This package implements the Agent Client Protocol (ACP), which standardizes communication between code editors and AI coding agents.

node-zod 4.4.3
Channel: guix-ai-cloud*
Location: ai-cloud/packages/claude-code.scm (ai-cloud packages claude-code)
Home page: https://www.npmjs.com/package/zod
Licenses: Expat
Build system: node
Synopsis: TypeScript-first schema validation
Description:

Zod is a TypeScript-first schema validation library with static type inference.

codegraph 1.5.0
Dependencies: node@22.14.0 node-colbymchenry-codegraph-linux-x64@1.5.0
Channel: guix-ai-cloud*
Location: ai-cloud/packages/codegraph.scm (ai-cloud packages codegraph)
Home page: https://colbymchenry.github.io/codegraph
Licenses: Expat
Build system: node
Synopsis: Local-first code intelligence for AI agents (MCP)
Description:

Local-first code intelligence for AI agents (MCP). Self-contained and bundles its own runtime.

python-mcp-google-sheets 0.6.3
Propagated dependencies: python-mcp@1.25.0 python-google-auth@2.48.0 python-google-auth-oauthlib@1.2.4 python-google-api-client@2.187.0
Channel: guix-ai-cloud*
Location: ai-cloud/packages/mcp-google-sheets.scm (ai-cloud packages mcp-google-sheets)
Home page: https://github.com/xing5/mcp-google-sheets
Licenses: Expat
Build system: pyproject
Synopsis: MCP server for Google Sheets
Description:

A Model Context Protocol server that integrates with Google Drive and Google Sheets, letting an MCP client create and modify spreadsheets: read and write cell ranges, batch updates, add sheets, and list spreadsheets in a Drive folder.

mcp-server-sequential-thinking 2026.7.4
Dependencies: node@22.14.0 node-modelcontextprotocol-sdk@1.30.0 node-chalk@5.6.2 node-zod@4.4.3
Channel: guix-ai-cloud*
Location: ai-cloud/packages/mcp-sequentialthinking.scm (ai-cloud packages mcp-sequentialthinking)
Home page: https://modelcontextprotocol.io
Licenses: ASL 2.0 Expat
Build system: node
Synopsis: MCP server for sequential thinking and problem solving
Description:

A Model Context Protocol server exposing a single sequentialthinking tool that scaffolds dynamic, reflective problem-solving: breaking a problem into revisable, branchable thoughts that build on, question, or backtrack from earlier ones as understanding deepens.

node-zod-to-json-schema 3.25.2
Dependencies: node-zod@4.4.3
Channel: guix-ai-cloud*
Location: ai-cloud/packages/node-mcp.scm (ai-cloud packages node-mcp)
Home page: https://www.npmjs.com/package/zod-to-json-schema
Licenses: ISC
Build system: node
Synopsis: Convert Zod schemas to JSON Schema
Description:

Converts Zod schemas to JSON Schemas.

node-ajv 8.20.0
Dependencies: node-fast-deep-equal@3.1.3 node-fast-uri@3.1.5 node-json-schema-traverse@1.0.0 node-require-from-string@2.0.2
Channel: guix-ai-cloud*
Location: ai-cloud/packages/node-mcp.scm (ai-cloud packages node-mcp)
Home page: https://www.npmjs.com/package/ajv
Licenses: Expat
Build system: node
Synopsis: Another JSON Schema validator
Description:

Another JSON Schema validator.

node-require-from-string 2.0.2
Channel: guix-ai-cloud*
Location: ai-cloud/packages/node-mcp.scm (ai-cloud packages node-mcp)
Home page: https://www.npmjs.com/package/require-from-string
Licenses: Expat
Build system: node
Synopsis: Load a module from a string
Description:

Load a module from a string.

node-fast-deep-equal 3.1.3
Channel: guix-ai-cloud*
Location: ai-cloud/packages/node-mcp.scm (ai-cloud packages node-mcp)
Home page: https://www.npmjs.com/package/fast-deep-equal
Licenses: Expat
Build system: node
Synopsis: Fast deep equal comparison
Description:

Fast deep equal comparison.

node-fast-uri 3.1.5
Channel: guix-ai-cloud*
Location: ai-cloud/packages/node-mcp.scm (ai-cloud packages node-mcp)
Home page: https://www.npmjs.com/package/fast-uri
Licenses: Modified BSD
Build system: node
Synopsis: Fast RFC 3986 URI parsing and resolution
Description:

Fast RFC 3986 URI parsing and resolution.

node-ajv-formats 3.0.1
Dependencies: node-ajv@8.20.0
Channel: guix-ai-cloud*
Location: ai-cloud/packages/node-mcp.scm (ai-cloud packages node-mcp)
Home page: https://www.npmjs.com/package/ajv-formats
Licenses: Expat
Build system: node
Synopsis: Format validation for Ajv v7+
Description:

Format validation for Ajv v7+.

node-modelcontextprotocol-sdk 1.30.0
Dependencies: node-zod@4.4.3 node-ajv@8.20.0 node-ajv-formats@3.0.1 node-zod-to-json-schema@3.25.2
Channel: guix-ai-cloud*
Location: ai-cloud/packages/node-mcp.scm (ai-cloud packages node-mcp)
Home page: https://www.npmjs.com/package/@modelcontextprotocol/sdk
Licenses: Expat
Build system: node
Synopsis: Model Context Protocol SDK for Node.js
Description:

Officially supported Node.js SDK implementing the Model Context Protocol (MCP), the standard interface linking AI agents to external tools, prompts, and resources. This is a stdio-only build: dist/cjs and type declarations are dropped, and the declared dependency tree is trimmed to what the stdio transport actually imports -- see the trim-to-esm and trim-package-json phases.

Total packages: 72693