Install
A single command on Linux, macOS, and Windows. What the installer does and where everything goes.
Updated on Sep 16, 2026
A single command installs the right binary for your system. No Node, Python, or other dependencies required.
curl -fsSL https://hinow.ai/install.sh | bashO instalador detecta sistema e arquitetura (x64 ou ARM, e no Linux se a máquina tem AVX2 e se usa musl), baixa o pacote de downloads.hinow.ai, confere o sha256 e instala em ~/.hinow/bin/hinow-cli.
Ele acrescenta essa pasta ao PATH no arquivo do seu shell (.bashrc, .zshrc ou config.fish). Como esse arquivo só é lido em terminais novos, o instalador também cria um link em ~/.local/bin quando essa pasta já está no seu PATH, e aí o comando funciona na hora. Se ainda assim ele não estiver disponível, a mensagem final diz o que fazer: abrir um terminal novo ou rodar source ~/.bashrc.
irm https://hinow.ai/install.ps1 | iexNo PowerShell. O instalador baixa o pacote, confere o sha256, instala em %USERPROFILE%\.hinow\bin e coloca a pasta no PATH do usuário e da sessão atual. Funciona também no WSL, onde vale o instalador de Linux.
| Option | What it does |
|---|---|
--version 1.0.2 | Installs a specific version instead of the latest |
--no-modify-path | Does not modify shell files; you manage the PATH |
--binary <path> | Installs from a local binary without downloading |
curl -fsSL https://hinow.ai/install.sh | bash -s -- --version 1.0.2hinow-cli --version
hinow-cli --help| Path | Contents |
|---|---|
~/.hinow/bin/hinow-cli | The program. The updater replaces this file |
~/.local/bin/hinow-cli | Link to the program when this folder is in PATH |
~/.local/share/hinow/hinow/ | Login session (encrypted), machine identity, and HINOW Connect state |
~/.config/hinow/ | Configuration, agents, and your commands |
The complete list is in Variables and files.

