@deimos24/hst-cli
v0.23.0
Published
hst-cli is a CLI builted for take care of your system, whitout any 'advice' or 'warning' from critical directories
Maintainers
Readme
hst-cli
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.
Features
- 🚫 No restrictions: Full access to system directories without warnings
📦 Installation
Pre-requisites
- Node.js version 20 or higher
- macOS, Linux, or Windows
Quick Install
npm install -g @deimos24/hst-cliWindows Setup
If the hst command is not recognized after installation, follow these steps:
1. Add npm to PATH
- 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
2. Enable PowerShell Scripts
Open PowerShell as Administrator and run:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUserAfter completing both steps, restart your terminal and run hst.
Usage
hst📄 License
Apache License 2.0 - See LICENSE for details.
This is a fork of Gemini CLI by Google DeepMind.
