Skip to content

Translation out of date

The source content changed after this translation. See the Português version. View original

HiNow Code

The HINOW code agent in your terminal: install, log in, use, serve, and command your other machines.

Updated on Sep 16, 2026

HiNow Code is HINOW's code agent in your terminal. You write what you need, it reads your project, edits files, runs commands and tests, and explains what it did. Every sensitive action goes through your approval.

It uses HiCode, HINOW's code model, with three levels of reasoning that you switch at each message. And through HINOW Connect, the session you start here can run on another of your machines: the server, your office desktop, your home laptop.

In one minute

curl -fsSL https://hinow.ai/install.sh | bash   # Linux e macOS
hinow-cli login                                  # entra na sua conta HINOW
cd meu-projeto && hinow-cli                      # abre na pasta do projeto

On Windows, in PowerShell: irm https://hinow.ai/install.ps1 | iex.

Getting started

What it does

FeatureHow
Reads, edits, and creates filesread, edit, and write tools in your project folder
Runs commands and testsbash tool, with your approval for sensitive operations
Uses gitCommits, branches, diffs, just like you would
Thinks before actingHiCode with low, medium, or high reasoning, chosen per message
Works on another of your machinesHINOW Connect: the conversation stays with you; the work happens there
Updates when you wantNotifies you when opening if a new version is out; only downloads with your permission

One account, one plan

HiNow Code uses the same account and plan as chat and app. HiCode comes in paid plans; see plans and pricing.

Was this page helpful?