gastown

Gas Town - multi-agent workspace manager (by gastownhall)

Gastown Alternatives

Similar projects and alternatives to gastown

  1. helix

    484 gastown VS helix

    A post-modern modal text editor.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. claude-code

    398 gastown VS claude-code

    Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

  4. OpenRCT2

    An open source re-implementation of RollerCoaster Tycoon 2 🎢

  5. gemini-cli

    143 gastown VS gemini-cli

    An open-source AI agent that brings the power of Gemini directly into your terminal.

  6. FLiPStackWeekly

    FLaNK AI Weekly covering Apache NiFi, Apache Flink, Apache Kafka, Apache Spark, Apache Iceberg, Apache Ozone, Apache Pulsar, and more...

  7. openai-python

    The official Python library for the OpenAI API

  8. superpowers

    71 gastown VS superpowers

    An agentic skills framework & software development methodology that works.

  9. dspy

    58 gastown VS dspy

    DSPy: The framework for programming—not prompting—language models

  10. beads

    40 gastown VS beads

    Beads - A memory upgrade for your coding agent

  11. fastrender

    27 gastown VS fastrender

    Experimental new browser engine

  12. trulens

    20 gastown VS trulens

    Evaluation and Tracking for LLM Experiments and AI Agents

  13. pied-piper

    Pied Piper is a team of AI SubAgents that can autonomously/semi-autonomously work on long-running or complex coding tasks with full End-to-end tracking and human-in-the-loop approvals. Subagents can run on Claude Code, Coding CLIs that support SubAgents, Docker, Cloud Desktop etc.

  14. jscpd

    10 gastown VS jscpd

    Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.

  15. beans

    A CLI-based, flat-file issue tracker for humans and robots. 🤖

  16. scout-for-lol

    Discontinued Create match reports for League of Legends [GET https://api.github.com/repos/shepherdjerred/scout-for-lol: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

  17. alice

    Discontinued Extends Claude Code with adversarial multi-agent reviews (and review loops). [GET https://api.github.com/repos/evil-mind-evil-sword/alice: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by evil-mind-evil-sword)

  18. megalinter

    5 gastown VS megalinter

    🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.

  19. squad

    5 gastown VS squad

    Squad: AI agent teams for any project

  20. classicswarm

    Discontinued Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit (by docker-archive)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gastown alternative or higher similarity.

gastown discussion

Log in or Post with

gastown reviews and mentions

Posts with mentions or reviews of gastown. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-28.
  • Dynamic Workflows in Claude Code
    5 projects | news.ycombinator.com | 28 May 2026
  • AlphaEvolve: Gemini-powered coding agent scaling impact across fields
    5 projects | news.ycombinator.com | 7 May 2026
    I mean, Google already has Mu Zero, which Im willing to bet has evolved quite a bit in private because if anything is going to get us closer to actual AI its that.

    Realistically, one can build a AI capable of reasoning (i.e recurrent loops with branches) using very basic models that fit on a 3090, with multi agent configuration along the lines https://github.com/gastownhall/gastown. Nobody has done it yet because we don't know what the number of agents is required and what the prompts for those look like.

    The fundamental philosophical problem is if that configuration is possible to arrive at using training, or do ai agents have to go through equivalent "evolution epocs" to be able to do all that in a simulated environment. Because in the case of those prompts and models, they have to be information agnostic.

  • Copilot Squad
    5 projects | dev.to | 5 May 2026
    On the other extreme we've got things like Gas Town introduced by Steve Yegge where you just let a swarm of agents rip, barely read code at all and focus on making that setup produce the desired outcomes.
  • Does Gas Town 'steal' usage from users' LLM credits to improve itself?
    3 projects | news.ycombinator.com | 15 Apr 2026
    From the most recent comment, looks like this is a bug, triggered by the system inadvertently activating an internal release tool [0]. Still a pretty wild bug, but not as dramatic as the title suggests. Which is kind of unfortunate honestly, the chaos of every gas town instance automatically contributing to itself would be beautiful to see.

    - https://github.com/gastownhall/gastown/blob/main/internal/fo...

  • Gas Town: From Clown Show to v1.0
    2 projects | news.ycombinator.com | 15 Apr 2026
  • Google Open Sources Experimental Agent Orchestration Testbed Scion
    8 projects | news.ycombinator.com | 7 Apr 2026
    I'm looking forward to trying this. I've had a positive but high-variance experience with Gastown[1], which is in the same genre. I hope that Scion does better.

    My main complaints with Gastown are that (1) it's expensive, partly because (2) it refuses to use anything but Claude models, (3) I can't figure out how to back up its beads/dolt bug database, which makes me afraid to touch the installation, and (4) upgrading it often causes yak shaving and lost context. These might all be my own skill issues, but I do RTFM.

    But wow, Gastown gets results. There's something magic about the dialogue that happens between the mayor and the polecats that leads to an even better experience than Claude Code alone.

    1. https://github.com/gastownhall/gastown/

  • The Byzantine MCP Router – AI Safety and Security via Semantic Consensus
    3 projects | news.ycombinator.com | 17 Mar 2026
    Hi HN,

    With the emergence of the Model Context Protocol (MCP), we are rapidly connecting large language models (LLMs) to critical infrastructure, APIs, and local files. However, the current standard assumes an extremely trusted 1:1 topology. On the other hand, newer agent-based worms (such as the BYOMCP exploits or OpenClaw) demonstrate that malicious payloads can dynamically overwrite an agent’s context window.

    I have just submitted an article to arXiv (which is currently in the queue under cs.NI) that uses the Rice theorem, Kolmogorov complexity, and recent cryptographic proofs to demonstrate why attempting to solve this problem using asymmetric “security wrappers” is unfeasible from a mathematical standpoint. Guaranteeing 100% AI safety is computationally undecidable.

    Instead of static filters, the article proposes a reactive topological defense mechanism: the Byzantine MCP Router (BMR). It acts as middleware that establishes a 1:R:N topology. Rather than relying on a single model, it sends the MCP tool request via multicast to several different base models.

    To ground the theory in real-world engineering, the paper includes a case study on Steve Yegge's recently released "Gas Town" orchestration framework for Claude Code (https://github.com/steveyegge/gastown). It demonstrates how persistent Git-hook memory in standard hierarchical topologies creates a permanent incubator for agentic worms if a worker agent's context is hijacked.

    Key concepts:

  • Gas Town by Kilo
    1 project | dev.to | 6 Mar 2026
    If you want the full picture of how Gas Town works, Steve's original blog post is worth every one of its 25 pages. And the repo is open on GitHub if you want to dig into the code.
  • Labor Market Impacts of AI
    3 projects | news.ycombinator.com | 5 Mar 2026
  • Before I forget how I got here...
    5 projects | dev.to | 28 Jan 2026
    The other main thing I think it's worth mentioning is Gastown (another of Steve Yegge's projects). I have been exploring this a bit, and the concept has a ton of merit. I don't know what the form factor will be but I hope that the next time I write a post like this it will be about how I went from working with 5-8 agents effectively, to managing swarms of agents that we don't even bother counting. But that's a topic for a while out, maybe summer 2026.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic gastown repo stats
26
15,879
10.0
1 day ago

gastownhall/gastown is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of gastown is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com