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.
Waybar is a highly customisable Wayland bar for Sway and Wlroots based compositors.
A x-cursor theme inspired by macOS and based on capitaine-cursors.
Elkowars Wacky Widgets is a standalone widget system made in Rust that allows you to implement your own, custom widgets in any window manager.
This package provides an ACP-compatible coding agent powered by the Claude Agent SDK.
The claude-code-cache-fix preload is automatically enabled to work around an upstream prompt-cache regression. Set CACHE_FIX_DISABLED=1 to disable all fixes while keeping monitoring active.
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.
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.
Zod is a TypeScript-first schema validation library with static type inference.
This package implements the Agent Client Protocol (ACP), which standardizes communication between code editors and AI coding agents.
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 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.
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 is an open source agent that helps you write code in your terminal.
(ai-cloud packages agentic-async-operations)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.
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.
This package provides an ACP-compatible coding agent powered by the Claude Agent SDK.
This package implements the Agent Client Protocol (ACP), which standardizes communication between code editors and AI coding agents.
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 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.
Zod is a TypeScript-first schema validation library with static type inference.
Local-first code intelligence for AI agents (MCP). Self-contained and bundles its own runtime.
The official OpenAI REST API client for TypeScript and JavaScript. Since v5 it ships with all dependencies bundled, which is what makes it practical to package here: glm-acp-agent talks to Z.ai's OpenAI-compatible coding-plan endpoint (https://api.z.ai/api/coding/paas/v4) through it.
Wrapper that starts glm-acp-agent authenticated with the OAuth access token the ZCode desktop app stores under ~/.zcode/v2/credentials.json (decrypted at each launch), so no Z.AI API key is required. An Z_AI_API_KEY already present in the environment takes precedence; set ZCODE_CREDENTIAL_SECRET when the credentials were written with a non-default secret. If the stored access token has expired, refresh it by signing in once in the ZCode desktop app.
Zod is a TypeScript-first schema validation library with static type inference. This is the legacy 3.x line, kept for packages that declare zod ^3 (glm-acp-agent among them).
Standalone Agent Client Protocol (ACP) server for Zhipu AI's GLM models under the GLM Coding Plan: streaming, tool calls, mid-session model switching, image input and session persistence. Authentication uses a Z.AI API key via the Z_AI_API_KEY environment variable (or a one-time glm-acp-agent --setup credentials file under ~/.config/); coding-plan subscribers create the key at https://z.ai/manage-apikey/apikey-list.