Antigravity-focused Rust toolkit (v0.9.1 beta) for clean, fast, multi-platform workflows.
Installs OrbitSmith to ~/.orbitsmith/bin/ and automatically adds it to your PATH.
curl -fsSL https://raw.githubusercontent.com/zhugez/OrbitSmith/master/install/install.sh | bashirm https://raw.githubusercontent.com/zhugez/OrbitSmith/master/install/install.ps1 | iexAfter install, restart your terminal and run
orbitsmith --helpfrom anywhere! 🚀
mkdir my-project && cd my-project
orbitsmith init
orbitsmith sync-skills
orbitsmith doctororbitsmith init— initialize workspaceorbitsmith sync-skills— sync skills from bundled kitorbitsmith doctor— verify local prerequisitesorbitsmith update— pull latest OrbitSmith changes
orbitsmith/
├─ src/ # Rust CLI source
├─ bin/ # launcher/wrapper
├─ install/ # installers and bootstrap
├─ kit/ # canonical Antigravity-focused kit
├─ docs/ # quickstart + install docs
└─ assets/ # branding assets
Scope: OrbitSmith currently focuses on Antigravity workflows only.