EveryDev.ai
Subscribe
Home
Tools

3,844+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Rocky Surf
    Rocky Surf icon

    Rocky Surf

    Agent Harness
    Featured

    An open-source CLI tool for software engineers to create and manage Linux VMs on their own cloud accounts, pre-installed with AI coding agent harnesses and GitHub repos.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Only costs are from your own cloud provider and coding agent subscriptions.

    Engagement

    Available On

    Windows
    Linux
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessCloud Computing PlatformsAI Coding Assistants

    Alternatives

    Open Code ReviewWarp CodeOpen Interpreter
    Developer
    John Damask / amroja-bizRocky Surf is built by John Damask under the amroja-biz GitH…

    Listed Sep 2026

    About Rocky Surf

    Rocky Surf is an open-source productivity tool built by John Damask for software engineers who want to run AI coding agents on dedicated cloud VMs rather than their local machines. It installs via npx -y rockysurf, runs as a local Node.js web app and optional MCP server, and connects to your existing cloud accounts on AWS, GCP, Azure, or Hetzner. The project is MIT-licensed and currently at v0.1.4.

    What It Is

    Rocky Surf sits between your laptop and your cloud provider, giving you a lightweight management layer for spinning up Linux VMs purpose-built for agentic coding. Instead of running Claude Code, Codex CLI, Cursor, or other AI coding agents on your personal machine — competing for CPU, memory, and potentially exposing credentials — Rocky Surf provisions isolated cloud boxes with those agents pre-installed. The tool follows a "Bring Your Own Everything" philosophy: your cloud account, your API keys and agent licenses, your GitHub repos.

    How the Surge Pack System Works

    The core abstraction for agent installation is the Surge Pack — a software bundle that defines which coding agents and tools get pre-installed on a VM. Rocky Surf ships eleven official packs out of the box:

    • Claude Code
    • Codex CLI
    • Cursor CLI
    • Amp
    • Grok Build
    • DeepSeek Harness
    • opencode
    • OpenClaw
    • OMP
    • Pi
    • Gas Town

    Developers can write their own Surge Packs using agent skills from the Rocky Surf repository, and the Rocky Surf Shop serves as a community registry where custom packs and cloud Providers can be published and installed after script review.

    Deployment Model and Architecture

    Rocky Surf runs entirely on your local machine — no SaaS, no telemetry, no external service. The web app listens on 127.0.0.1:3000 by default. Cloud credentials are never stored by Rocky Surf; each cloud authenticates through its own standard path (AWS credential chain, az login, gcloud auth, or a Hetzner API token in an environment variable). VM state is tracked in a local SQLite database at ~/.rockysurf.

    The optional MCP server surface lets local coding agents manage cloud boxes directly without the GUI. Granular MCP permission scopes (read, stop, start, create, terminate) are configurable, and server-count, create-rate, and monthly spend caps are enforced server-side so they apply equally to the web app, CLI, and MCP.

    Security Approach

    The homepage describes the primary security benefit as isolation: agents running on their own VMs minimize the blast radius of anything going wrong. Additional controls include:

    • No credential storage — keys, passwords, and secrets are never retained by Rocky Surf
    • Security groups and firewall rules on AWS, Azure, and GCP that open only TCP port 22 inbound
    • Optional CIDR restrictions on which networks can reach SSH on provisioned servers
    • MCP scopes that suppress tools entirely when a permission is not granted

    Update: v0.1.4

    The GitHub repository shows the latest release as v0.1.4, published on September 10, 2026, with the repository created in August 2026. The project is in early active development (39 open issues, TypeScript primary language) and is deliberately scoped: the README notes it does not support devcontainers, per-task sandboxes, Windows, or multi-tenancy. The Rocky Surf name and logo are trademarked separately from the MIT-licensed code.

    Rocky Surf - 1

    Community Discussions

    Be the first to start a conversation about Rocky Surf

    Share your experience with Rocky Surf, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Only costs are from your own cloud provider and coding agent subscriptions.

    • Create and manage Linux VMs on AWS, GCP, Azure, and Hetzner
    • Eleven official Surge Packs included
    • Local web app and MCP server
    • SSH key management
    • GitHub repo auto-cloning

    Capabilities

    Key Features

    • Create and manage Linux VMs on AWS, GCP, Azure, and Hetzner
    • Pre-install AI coding agents via Surge Packs (Claude Code, Codex CLI, Cursor, Amp, and more)
    • Local web app and MCP server running on your own machine
    • Bring Your Own Cloud, Keys, and Repos (BYOC, BYOK, BYOR)
    • SSH access with reusable or auto-generated keys
    • GitHub repo auto-cloning on server creation (public and private)
    • Community Surge Pack and Provider registry (Rocky Surf Shop)
    • Configurable server count, create-rate, and monthly spend caps
    • MCP permission scopes for agent-controlled VM management
    • Agent Skills for writing custom Surge Packs and cloud Providers
    • No credential storage — credentials stay in your environment
    • Security group/firewall rules restricting inbound to TCP 22
    • Single config file with Settings UI for all configuration

    Integrations

    AWS
    Google Cloud Platform (GCP)
    Microsoft Azure
    Hetzner
    Claude Code
    Codex CLI
    Cursor CLI
    Amp
    Grok Build
    DeepSeek
    opencode
    OpenClaw
    GitHub
    MCP (Model Context Protocol)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Rocky Surf and help others make informed decisions.

    Developer

    John Damask / amroja-biz

    Rocky Surf is built by John Damask under the amroja-biz GitHub organization. The project delivers an open-source VM management layer for software engineers running AI coding agents on their own cloud infrastructure. Rocky Surf emphasizes simplicity, extensibility, and a bring-your-own-everything philosophy — no SaaS, no telemetry, no credential storage.

    Read more about John Damask / amroja-biz
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Open Code Review icon

    Open Code Review

    An open-source AI-powered code review CLI tool that uses a hybrid deterministic + LLM agent architecture to deliver precise, line-level code review comments from Git diffs.

    Warp Code icon

    Warp Code

    An open-source agentic development environment built from the terminal, letting developers prompt, plan, and ship production code with AI agents across multiple models and repos.

    Open Interpreter icon

    Open Interpreter

    An open-source desktop agent and terminal coding agent that lets you work alongside AI to edit documents, fill PDF forms, run code, and automate computer tasks.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    166 tools

    Cloud Computing Platforms

    AI-optimized platforms for cloud computing (AWS, GCP, Azure, etc.).

    58 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    832 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions