Tools: Meet Gravhub: Per-profile isolated workspace manager for Antigravity CLI (agy) - 2025 Update

Tools: Meet Gravhub: Per-profile isolated workspace manager for Antigravity CLI (agy) - 2025 Update

🌌 What is Gravhub?

🚀 Quick Start in 3 Steps

1. Installation

2. Create a Profile

3. Enter the Profile

🛠️ Main Features If you use the Antigravity CLI (agy), you've probably faced the challenge of managing multiple environments (e.g., work, freelance projects, and personal profiles) on the same machine. Sharing the same local credentials and keyring can easily lead to mistakes or messy configurations. To solve this, I built Gravhub — a lightweight, cross-platform per-profile isolated workspace manager. Gravhub acts as a secure sandbox for your agy CLI sessions. It temporarily redirects system paths and manages independent keyring entries for each profile, ensuring your workspaces are completely isolated. Here is how easily you can get started: Windows (PowerShell): Create a profile for your work projects: Activate the workspace and run your standard commands: Now, everything you execute will run securely inside your isolated work sandbox! Check out the full repository and let me know your thoughts! ⭐ Star the project if it makes your daily CLI workflows easier! 👉 GitHub Repository: https://github.com/hugopedro/gravhub Templates let you quickly answer FAQs or store snippets for re-use. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse

Code Block

Copy

irm https://raw.githubusercontent.com/hugopedro/gravhub/main/install.ps1 | iex irm https://raw.githubusercontent.com/hugopedro/gravhub/main/install.ps1 | iex irm https://raw.githubusercontent.com/hugopedro/gravhub/main/install.ps1 | iex /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/hugopedro/gravhub/main/install.sh)" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/hugopedro/gravhub/main/install.sh)" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/hugopedro/gravhub/main/install.sh)" gravhub new work gravhub new work gravhub new work gravhub work gravhub work gravhub work - Runs seamlessly on Windows (PowerShell) and Linux (Bash). - Keeps configuration files, system paths, and keyring logins isolated in profile-specific directories. - Prompts change dynamically to show you which profile is currently active. - 📂 Management: Easily clone, rename, list, or delete profiles. - 💾 Portability: Save profiles as templates, export them, or import them on other machines. - 🔑 Security: Isolates authentication keyring state automatically, keeping credentials safe.