Put polyform on your computer
The Polyform command prepares your project, starts coding agents, runs your tests, publishes releases, and installs software from public Polyform projects.
macOS or Linux
curl -fsSL https://omalled.com/polyform/downloads/install.sh | sh
This installs the binary in ~/.local/bin. If your shell cannot find it, add that directory to your PATH and open a new terminal.
export PATH="$HOME/.local/bin:$PATH"
polyform --version
Install a coding agent
polyform generate uses the codex command by default. Install Codex and sign in before generating code, or pass --agent with another agent program that accepts instructions through standard input.
Direct downloads
- Apple Silicon macOS (signed and notarized, M1 or newer)
- x86-64 Linux
- Complete open-source code
What gets installed?
One small command-line program. It does not run in the background or send anything until you run a command that needs the Polyform website.
Language support today
The specification and generation process can describe any language. The ready-made runtime library and complete example currently use Rust.