Skip to main content

Requirements

  • Node.js ≥ 18.0.0
  • npm, yarn, or pnpm package manager
Drevon is a CLI tool with zero runtime dependencies in your project. It generates static config files that agents read natively.

Install Methods

Verify Installation

drevon --version
# 0.1.0

drevon --help

Upgrading

npx always fetches the latest version. No action needed.
After upgrading, run drevon upgrade to migrate your config if needed, then drevon sync to regenerate agent files:
drevon upgrade
drevon sync

Uninstalling

To remove Drevon from a workspace, delete the generated files:
# Remove Drevon config and data
rm -rf drevon.config.json .drevon/ skills-lock.json

# Remove generated agent configs (be careful if you've customized these)
rm -f .github/copilot-instructions.md CLAUDE.md AGENTS.md
rm -rf .cursor/rules/ .windsurfrules .clinerules
rm -rf .aider/ .continue/rules/drevon.md
To uninstall the global CLI:
npm uninstall -g drevon