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

curl
curl -fsSL https://pakx.dev/install.sh | sh

Windows

PowerShell
irm https://pakx.dev/install.ps1 | iex

Homebrew

macOS · Linux
brew install arwenizEr/tap/pakx

Scoop

Windows
scoop bucket add pakx https://github.com/arwenizEr/scoop-pakx
scoop install pakx

Winget

Windows
winget install arwenizEr.pakx

Direct download

All platforms
# Prebuilt binaries for darwin/linux/windows × arm64/x86_64
# at https://github.com/arwenizEr/pakx/releases

One 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-reviewer

Built in Rust. Open source. MIT.

Four small crates. ~5 MB stripped binary. No Node, no Python, no runtime to manage.

CrateRole
pakxThe CLI you install.
pakx-coreManifest, lockfile, resolver, installer logic.
pakx-agentsAdapters for Claude Code, Cursor, Codex, Copilot, Windsurf.
pakx-registry-clientFederated index — MCP Registry, Smithery, Glama, GitHub raw.