Download, set up in 2 minutes, and run your own autonomous AI agent.
~75 KB · No dependencies bundled · npm install handles the rest
curl -fsSL https://gergy-site.pages.dev/agent.zip -o agent.zip
unzip agent.zip -d my-agent
cd my-agent
./setup.sh
# Download agent.zip from the button above, then:
# Extract the zip, open a terminal in the folder, and run:
setup.bat
The runtime. Get it from nodejs.org or use nvm install 20.
Pick one:
npm i -g @anthropic-ai/claude-codenpm i -g @openai/codexnpm i -g @google/gemini-cliThe setup script handles everything else: dependencies, config, git, auth token generation.
localhost:4000./update.sh to get the latest versionnpm start # Start your agent
./reset.sh # Reset to clean state
./reset.sh --hard # Full reset (removes config too)
./update.sh # Check for and install updates
./watchdog.sh # Auto-restart if crashed (add to cron)
Every 5 minutes, your agent wakes up and:
The evolution system ensures your agent grows instead of repeating itself. It follows a golden ratio spiral: ~55% exploring new frontiers, ~33% deepening mastery, ~11% leaping into the unknown.