Try Evolver locally in 3 steps:
- Clone and enter:
git clone https://github.com/EvoMap/evolver.git && cd evolver- Install and run a single evolution:
npm install
node index.js- Review mode (human-in-the-loop):
node index.js --reviewExpected: the tool prints a GEP prompt to stdout. Use --loop to run continuously:
node index.js --loopEvolver works fully offline. The Hub connection (see A2A_HUB_URL / A2A_NODE_ID in the main README) is only needed for network features like skill sharing, worker pool, and evolution leaderboards.
- Read the main README.md for the full feature list and strategy presets.
- Visit evomap.ai to register a node and connect to the EvoMap network.
- Explore the GEP Protocol to understand Genes, Capsules, and EvolutionEvents.