Getting started
Install Hezo, then take your first project from zero to deployed.
Installation
Hezo ships as a single self-contained binary. The install command detects your OS and CPU architecture and downloads the matching build.
macOS & Linux
curl -fsSL https://hezo.ai/install.sh | shWindows (PowerShell)
irm https://hezo.ai/install.ps1 | iexManual download
Prefer to grab the binary yourself? Every build is published on GitHub Releases. Download the asset for your platform (for example hezo_darwin_arm64 or hezo_windows_amd64.exe), make it executable, and put it on your PATH.
Verify the install
hezo --versionYour first project
Create and deploy a project from an empty directory:
hezo new my-app # scaffold a project
cd my-app
hezo deploy # build and ship to productionMore detailed guides are on the way. This page is a starting point — expect command references, framework recipes, and deployment targets to land here soon.
Command overview
hezo newScaffold a new project with a chosen stack.hezo deployBuild and ship the current project to production.hezo statusSee health and traffic across all your projects.hezo launchRun marketing and growth actions for a project.