Skip to content

Variables and files

Environment variables, files, folders and addresses.

Updated on Sep 16, 2026

Environment variables

VariableWhat it does
HINOW_EMAIL, HINOW_PASSWORDPasswordless login (login, serve, interface)
HINOW_DISABLE_AUTOUPDATE1 disables new version warning (and --autoupdate for serve)
HINOW_SUPERVISED1 in services installed by service install: on update, serve only exits, and the manager restarts it
HINOW_SERVER_PASSWORD, HINOW_SERVER_USERNAMEPassword and username for the local API of serve; required if listening outside 127.0.0.1
HINOW_CONFIG, HINOW_CONFIG_DIRAlternative configuration file or folder
HINOW_PERMISSIONPermission rules in JSON, for CI
XDG_DATA_HOME, XDG_STATE_HOME, XDG_CONFIG_HOMEChange the data, state, and configuration folders (for example, a second profile on the same machine)
HINOW_BACKEND_URL, HINOW_API_URL, HINOW_CONNECT_URLAddresses for the account, models, and hub. Only for custom environments; login belongs to the backend where it was created

Files and folders

PathContent
~/.hinow/bin/hinow-cliThe program
~/.local/share/hinow/hinow/session.enc, session.keyThe login, encrypted with the machine and user identity
~/.local/share/hinow/hinow/device.jsonMachine identity in HINOW Connect (id and name)
~/.local/share/hinow/hinow/connect-prefs.jsonPreferences: online and policy
~/.local/share/hinow/hinow/connect.jsonCurrent bridge state: connected, online machines, pending requests
~/.local/share/hinow/hinow/connect.lockWho holds the bridge (pid and type: tui or serve)
~/.local/share/hinow/hinow/connect.logLog of the connection with the hub
~/.local/share/hinow/log/Program logs
~/.local/share/hinow/storage/Sessions and messages, by project
~/.config/hinow/hinow.jsonConfiguration: permissions, model, plugins, MCP
~/.config/hinow/agents/Your agents (<name>/AGENT.md)
.hinow/ in the projectConfiguration and agents for that project only

On Windows the paths are the same from the user folder: %USERPROFILE%\.local\share\hinow and %USERPROFILE%\.config\hinow; the program is in %USERPROFILE%\.hinow\bin.

Addresses

ServiceAddress
Account and organizationhttps://server.hinow.ai
Models (inference)https://api.hinow.ai/v1
HINOW Connect (hub)wss://connect.hinow.ai
Downloads and updateshttps://downloads.hinow.ai/hinow-cli/
Was this page helpful?