Back to all projects
Experimental
ZeptoPM
Agent package manager
A decentralized package manager for agent components and capabilities. ZeptoPM makes it easy to share, discover, and install reusable agent modules — from tool integrations to complete agent templates.
Quickstart
terminal
# Install ZeptoPM$ curl -fsSL https://zeptopm.dev/install.sh | sh$ # Install a module$ zeptopm install @community/web-searchFeatures
Module Registry
Discover and publish agent components with semantic versioning.
Dependency Resolution
Automatic handling of module dependencies and conflicts.
Sandboxed Install
Modules are installed in isolated environments for security.
Template System
Bootstrap new agents from community templates.
Architecture
CLICommand-line interface and commands
ResolverDependency resolution and version matching
RegistryModule storage and retrieval
RuntimeModule execution environment