An open API service indexing awesome lists of open source software.

https://github.com/celestia-island/noa

AI-native distributed version control system with per-agent workspace isolation, JSONL append-only logs, snapshot-based history, and full git protocol compatibility
https://github.com/celestia-island/noa

agent ai-native git rust version-control

Last synced: 3 days ago
JSON representation

AI-native distributed version control system with per-agent workspace isolation, JSONL append-only logs, snapshot-based history, and full git protocol compatibility

Awesome Lists containing this project

README

          

noa

Noa

AI-native distributed version control system

[![License](https://img.shields.io/badge/license-SySL--1.0-blue.svg)](https://sysl.celestia.world)
[![GitHub](https://img.shields.io/badge/github-celestia--island%2Fnoa-blue.svg)](https://github.com/celestia-island/noa)

**English** ·
[简体中文](./docs/zhs/intro.md) ·
[繁體中文](./docs/zht/intro.md) ·
[日本語](./docs/ja/intro.md) ·
[한국어](./docs/ko/intro.md) ·
[Français](./docs/fr/intro.md) ·
[Español](./docs/es/intro.md) ·
[Русский](./docs/ru/intro.md) ·
[العربية](./docs/ar/intro.md)

Per-agent workspace isolation, JSONL append-only logs, snapshot-based history, and full git protocol compatibility.

## Quick Start

```bash
# Build
cargo build --release

# Run tests
cargo test --all-features

# Initialize a noa repository
noa init

# Create a snapshot
noa snapshot

# View the TUI
noa tui
```

For a full list of commands:

```bash
noa --help
```

## Documentation

Architecture, design, and guides live at [docs.celestia.world/en/noa](https://github.com/celestia-island/docs.celestia.world/tree/master/docs/en).

Source: [noa](https://github.com/celestia-island/noa).