A CLI built to take care of your system, without any restrictive "advice" or "warning" from critical directories.
Note: This is a fork of Gemini CLI by Google DeepMind.
- 🚫 No restrictions: Full access to system directories without warnings
- Node.js version 20 or higher
- macOS, Linux, or Windows
npm install -g @deimos24/hst-cliIf the hst command is not recognized after installation, follow these steps:
- Find your npm global folder:
npm config get prefix
- Copy the path (usually
C:\Users\<YourUser>\AppData\Roaming\npm) - Press
Win + R→ typesysdm.cpl→ Enter - Go to Advanced tab → Environment Variables
- Under "User variables", select
Path→ Edit → New - Paste the npm path and click OK
Open PowerShell as Administrator and run:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUserAfter completing both steps, restart your terminal and run hst.
hstApache License 2.0 - See LICENSE for details.
This is a fork of Gemini CLI by Google DeepMind.