Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AT

pacifio/atlas

AI Agent

Source control for agents. Use multiple coding agents, track they change, and query them in one place

1.0k Stars177 Forks24 Open Issues1.0k WatchersTypeScriptMIT
AI AgentMCP ServerAI AppDeveloper Tool
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

Problem solved

Atlas solves the problem of agents starting from zero each session and losing context when switching between different coding agents. It also addresses the lack of visibility into agent actions by recording and making queryable all changes, decisions, and history, which is not provided by existing agent tools.

Deployment reality

The available setup signal starts with: Download from https://github.com/pacifio/atlas/releases. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

Developers can build complex multi-agent workflows where multiple coding agents collaborate on the same codebase with shared memory and context. They can track every change, query past sessions, and integrate agent knowledge into prompts. The ceiling includes running parallel agent sessions, maintaining a persistent knowledge base, and enabling seamless agent switching without loss of context, suitable for large-scale software projects.

Source and compliance noteLast synced: Aug 16, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

pacifio/atlas is tracked as a TypeScript project in the AI Agent, MCP Server, AI App, Developer Tool area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 1.0k total stars, with +123 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 8 days ago, and the open issue queue is 24, about 2.31% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 177 forks and 1.0k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 123. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • AI prototypes, LLM workflows, and agent-style applications
  • TypeScript teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

1.0k Stars

Reuse

177 Forks

Attention

1.0k Watchers

Maintenance

active

License

MIT

Open issues

24

Overview

Atlas is an open-source source control tool for coding agents, enabling parallel execution of multiple agents like Claude Code and Codex while tracking their changes, sessions, and decisions. It provides shared memory and context across agents, ensuring continuity and queryability of agent activity.

Key Features

- Run multiple agents in parallel with independent streaming sessions. - Shared memory across agents: decisions and plans from one agent are visible to others. - Local-first storage with on-device embedding and queryable session history.

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

MCP Server

Model Context Protocol servers, clients, and integrations

AI App

End-user AI applications and AI-native product examples

Developer Tool

Tools that improve coding, testing, build, and local workflow

Quick Start
Download from https://github.com/pacifio/atlas/releases
View on GitHub Project Homepage
Project Activity

73

Health Score

Active

Commit Activity

May 14, 2026

Created

Aug 15, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+73

Today's growth

+73

7-day growth

+73

30-day growth

Aug 15, 2026Aug 16, 2026
Community Health
177

Forks

24

Open

1.0k

Watchers

Owner
AT

pacifio

GitHub profile
Topics & Language
TypeScriptaiai-coding-assistantclaude-codecodexcoding-agentsgitgitopskilo-codemcpmcp-clientopencodeopencode-aiopencode-skillsself-hostedskills
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

openclaw/openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

386k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k

practical-tutorials/project-based-learning

Curated list of project-based tutorials

279k

obra/superpowers

An agentic skills framework & software development methodology that works.

273k
License
MIT
CreatedMay 14, 2026
Last pushAug 15, 2026
Last syncedAug 16, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

Atlas solves the problem of agents starting from zero each session and losing context when switching between different coding agents. It also addresses the lack of visibility into agent actions by recording and making queryable all changes, decisions, and history, which is not provided by existing agent tools.

Capabilities

Developers can build complex multi-agent workflows where multiple coding agents collaborate on the same codebase with shared memory and context. They can track every change, query past sessions, and integrate agent knowledge into prompts. The ceiling includes running parallel agent sessions, maintaining a persistent knowledge base, and enabling seamless agent switching without loss of context, suitable for large-scale software projects.

Bottom Line

Atlas is ideal for developers and teams who rely heavily on AI coding agents and need robust tracking, shared memory, and multi-agent coordination. It is not for those who prefer minimal tooling or work with a single agent without need for persistent context. The key trade-off is the added complexity of managing a source-control layer for agents versus the benefit of enhanced continuity and visibility.

Full AI Analysis