Google PageRank for AI agents. 25,000+ tools indexed.

orbit MCP Server

duanfuxiang0/orbit

Score: 47.1 Rank #84 AI Tool
Are you the maintainer of duanfuxiang0/orbit? Claim this listing →

A minimalist code agent tool

Add AgentRank to Claude Code Discover and compare tools like duanfuxiang0/orbit — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

duanfuxiang0/orbit is a Zig agent tool. A minimalist code agent tool

Ranked #84 out of 100 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Zig No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 2d ago

Last commit 2d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for duanfuxiang0/orbit
[![AgentRank](https://agentrank-ai.com/api/badge/tool/duanfuxiang0--orbit)](https://agentrank-ai.com/tool/duanfuxiang0--orbit/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/duanfuxiang0--orbit/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/duanfuxiang0--orbit" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="duanfuxiang0/orbit"></script>

Matched Queries

"agent tool"

From the README

# Orbit

Orbit is a standalone code agent built in Zig.

## Vision

Orbit is a true autonomous coding assistant, not a frontend for another service. It provides:
- Direct file system operations
- Code execution and testing
- Interactive CLI and headless execution modes
- Fast, safe, and reliable operation

## Status

Currently in early development. The legacy opencode-zig prototype has been removed. The active codebase is organized around the `ai`, `agent`, and `cli` layers.

## Quick Start

Build and run:
```bash
zig build run
```

Run tests:
```bash
zig build test
```

Interactive slash commands (TTY mode):
- `/new` create a new session
- `/resume [session-id]` list or switch sessions
- `/model [provider/id]` show or switch model
- `/quit` exit (`/exit` alias kept)

Format code:
```bash
zig fmt src/*
```

## Project Structure

- `src/` - Source code
  - `main.zig` - Process entry point
  - `cli/` - CLI entry, config, sessions, tools, headless mode
  - `agent/` - Agent loop and tool e
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.