LoopForge banner
rexleimo rexleimo

LoopForge

AI community

Description

Open-source Agent OS in Rust for long-running autonomous workflows: memory, tool sandboxing, and multi-provider LLM routing.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

LoopForge

English | [简体中文](README.zh-CN.md)

LoopForge is a **personal AI engineer** for software delivery: long-running workflows, persistent memory, tool sandboxing, and model routing with harness checkpoints.

Brand update

  • Public product name: LoopForge
  • Primary CLI command: loopforge
  • Runtime data path remains ~/.loopforge for now.

Documentation

  • Docs site: https://os.rexai.top
  • (If the custom domain isn’t configured yet) GitHub Pages: https://rexleimo.github.io/LoopForge/
  • 5-minute outcomes: docs-site/tutorials/five-minute-outcomes.md
  • Agent Team playbook: docs-site/how-to/agent-team-playbook.md
  • Positioning: docs-site/explanation/why-loopforge.md
  • Runtime architecture: docs-site/explanation/runtime-architecture.md
  • Internal maintainer map: docs/internal/runtime-module-map.md

Status

This repository is bootstrapped with a long-running harness (`features.json`, `init.sh`, `loopforge-progress.md`). Work is tracked by flipping feature `passes` from `false` → `true`.

Install

Option A: Download a prebuilt binary (recommended)

Download the archive for your OS from GitHub Releases, extract it, and put `loopforge` (or `loopforge.exe`) somewhere on your `PATH`.

Option B: Build from source

# Install to ~/.cargo/bin (recommended for dev)
cargo install --path crates/loopforge-cli --locked
loopforge --help

# Or build a local binary
cargo build --release -p loopforge-cli
./target/release/loopforge --help

Quick start (recommended)

For repository-wide verification during development:

./init.sh

For the best first user run, use `onboard`:

# 1) Start Ollama
ollama serve

# 2) Run one-command onboarding
loopforge onboard --workspace loopforge-onboard-demo

Useful variations:

# setup-only path (skip first task)
loopforge onboard --workspace loopforge-onboard-demo --skip-agent

# use a more useful starter task
loopforge onboard --workspace loopforge-onboard-demo --star