Skip to content

Latest commit

Β 

History

History
77 lines (54 loc) Β· 2.06 KB

File metadata and controls

77 lines (54 loc) Β· 2.06 KB

OrbitSmith banner

OrbitSmith πŸ›°οΈ

Antigravity-focused Rust toolkit (v0.9.1 beta) for clean, fast, multi-platform workflows.

Release License Platform Focus


⚑ Install (one-liner)

Installs OrbitSmith to ~/.orbitsmith/bin/ and automatically adds it to your PATH.

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/zhugez/OrbitSmith/master/install/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/zhugez/OrbitSmith/master/install/install.ps1 | iex

After install, restart your terminal and run orbitsmith --help from anywhere! πŸš€


πŸš€ Quick start

mkdir my-project && cd my-project
orbitsmith init
orbitsmith sync-skills
orbitsmith doctor

🧰 Commands

  • orbitsmith init β€” initialize workspace
  • orbitsmith sync-skills β€” sync skills from bundled kit
  • orbitsmith doctor β€” verify local prerequisites
  • orbitsmith update β€” pull latest OrbitSmith changes

πŸ“¦ What’s inside

orbitsmith/
β”œβ”€ src/             # Rust CLI source
β”œβ”€ bin/             # launcher/wrapper
β”œβ”€ install/         # installers and bootstrap
β”œβ”€ kit/             # canonical Antigravity-focused kit
β”œβ”€ docs/            # quickstart + install docs
└─ assets/          # branding assets

🀝 Open Source

Scope: OrbitSmith currently focuses on Antigravity workflows only.