Skip to content

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 | bash

O 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.

Installer options

OptionWhat it does
--version 1.0.2Installs a specific version instead of the latest
--no-modify-pathDoes 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.2

Verify

hinow-cli --version
hinow-cli --help

Where everything goes

PathContents
~/.hinow/bin/hinow-cliThe program. The updater replaces this file
~/.local/bin/hinow-cliLink 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.

Next step