whatisgithub

What is local-dev-os?

codingsushirepo/local-dev-os — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 2/5Setup · easy

In one sentence

A local project tracker built for autonomous AI coding agents that turns a requirements document into trackable tasks the agent executes and logs itself.

Mindmap

mindmap
  root((Local Dev OS))
    What it does
      Track agent tasks
      Generate stories from PRD
      Log bugs and progress
    Tech stack
      TypeScript
      npm
      Local server client
    Use cases
      Run PRD-to-code workflows
      Coordinate AI coding agents
      Track code changes and bugs
    Audience
      Developers
      AI agent builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Turn a product requirements document into trackable stories for an AI agent.

USE CASE 2

Let an AI coding agent find and execute the next ready task automatically.

USE CASE 3

Track which files an agent touched and log bugs it encounters.

USE CASE 4

Adapt the agent rulebook file to work with Cursor, Claude, or other AI tools.

What is it built with?

TypeScriptNode.jsnpm

How does it compare?

codingsushirepo/local-dev-os0xradioac7iv/tempfs52191314/web-agent-proxy-sdk
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasymoderatemoderate
Complexity2/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Node.js and npm, runs a local backend and frontend on separate localhost ports.

The README does not state a license for this project.

So what is it?

Local Dev OS is a project tracker built specifically for autonomous AI coding agents rather than for humans. While tools like Jira or Linear are designed around people clicking through a browser, this tool gives AI assistants such as Claude, Codex, Gemini, or Cursor agents a structured way to read what a project needs, break it into trackable tasks, write the code, and log their own progress and bugs along the way, so an agent working alone does not lose track of what it is doing. It works as a small local application: you clone the repository, install its dependencies with npm, and start it with one command, which launches a backend server and a separate frontend client, each on its own local address. Once running, the intended workflow starts with writing a normal product requirements document describing the features and technical approach for an app you want built. You feed that document into Local Dev OS, and it automatically breaks it down into individual stories and milestones. An AI agent then checks the tool's API to find the next highest priority task marked as ready, writes the code for it, and when finished, updates that task's status, records which files it touched, and moves on to the next one. For an agent to actually behave this way, it needs a rulebook telling it how to use the system, and the project uses a file called GEMINI.md as its example rulebook, placed in the root of your project so the agent reads it as a guiding system prompt. Because the tool is not tied to any specific AI provider, you can adapt this same rulebook to other tools by copying its contents into whatever file your particular AI assistant automatically reads, such as a rules file for Cursor or a separate instructions file for another terminal based agent. The project is open to contributions from anyone in the open source community, who can submit issues or pull requests.

Copy-paste prompts

Prompt 1
Help me install and start Local Dev OS on my machine.
Prompt 2
Explain how Local Dev OS turns a PRD into stories and milestones.
Prompt 3
Walk me through writing a GEMINI.md rulebook for my AI coding agent.
Prompt 4
How would I adapt Local Dev OS's agent protocol for use with Cursor?

Frequently asked questions

What is local-dev-os?

A local project tracker built for autonomous AI coding agents that turns a requirements document into trackable tasks the agent executes and logs itself.

What language is local-dev-os written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, npm.

What license does local-dev-os use?

The README does not state a license for this project.

How hard is local-dev-os to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is local-dev-os for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.