GraphCanon updated 4w · GitHub synced 4w · 31 views this month
Decision brief
EvolMap/evolver is a JavaScript framework that focuses on the autonomous and auditable evolution of AI agents through a structure involving Genes, Capsules, and Events.
Good fit when
- - When you prioritize the self-evolutionary capacity and auditability in your AI agents using JavaScript.
- - If your project requires an advanced mechanism for AI agent development that includes components like Genes, Capsules, and Events.
Avoid when
- - Avoid if real-time performance optimizations are critical since Evolver focuses particularly on evolutionary processes and auditability rather than speed.
- - Not suitable when you do not require the specific autonomous evolution mechanisms it offers through GEP.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (8,881) are secondary evidence.
- npm downloads (30d)
- 9,695·npm downloads API·4w
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 4w
- Provenance
- Not a fork · Organization account
- As of 4w
- Security (OSV)
- No criticals
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install evolver npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
EvoMap/evolver is a JavaScript-based framework that employs Genetically Evolved Programs (GEP) to enable the auditable evolution of AI agents through its components like Genes, Capsules, and Events. It provides a structure for developing self-evolving intelligent systems with autonomous capabilities and an emphasis on auditability.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Jul 28, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Jul 28, 2026
- Languages
- javascript
Source: github.language+package.json · Jul 28, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 28, 2026)
npm install -g @evomap/evolverSource link
Tags
README
CLI Quick Start
This is the recommended path for almost everyone.
1. Install
npm install -g @evomap/evolver
Verify the CLI is on your PATH:
evolver --help
If you hit EACCES on Linux/macOS, configure a user-level prefix instead of using sudo:
npm config set prefix ~/.npm-global
echo 'export PATH="$HOME/.npm-global/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
License
Core evolution engine modules are distributed in obfuscated form to protect intellectual property. Source: EvoMap/evolver.
For agents
This page has a .md twin and JSON over the API.