v0.0 · scaffold
One binary.
One manifest.
Every AI agent.
pakx is the universal package manager for AI agent context. Install skills, MCP servers, subagents, prompts, slash commands, and hooks across Claude Code, Cursor, Codex, Copilot, Windsurf and more — from a single agents.yml you can commit.
Install in one line
Pick your OS or package manager. Every channel ships the same signed binary.
macOS · Linux
curlcurl -fsSL https://pakx.dev/install.sh | shWindows
PowerShellirm https://pakx.dev/install.ps1 | iexHomebrew
macOS · Linuxbrew install arwenizEr/tap/pakxScoop
Windowsscoop bucket add pakx https://github.com/arwenizEr/scoop-pakx
scoop install pakxWinget
Windowswinget install arwenizEr.pakxDirect download
All platforms# Prebuilt binaries for darwin/linux/windows × arm64/x86_64
# at https://github.com/arwenizEr/pakx/releasesOne manifest you can commit
Skills from GitHub, MCP servers from Smithery, subagents from voltagent — all federated into one declarative file. Reproducible across every machine that runs pakx install.
name: my-project
version: 1.0.0
dependencies:
skills:
- anthropics/skills/pdf
- acme/code-review@^2.0
mcp:
- smithery/github-mcp
- registry: official
name: filesystem
args: ["~/projects"]
subagents:
- voltagent/code-reviewerBuilt in Rust. Open source. MIT.
Four small crates. ~5 MB stripped binary. No Node, no Python, no runtime to manage.
| Crate | Role |
|---|---|
| pakx | The CLI you install. |
| pakx-core | Manifest, lockfile, resolver, installer logic. |
| pakx-agents | Adapters for Claude Code, Cursor, Codex, Copilot, Windsurf. |
| pakx-registry-client | Federated index — MCP Registry, Smithery, Glama, GitHub raw. |