Getting Started
Ship is designed to be frictionless to install and run. You can grab the latest toolchain using AnyIsland or build it manually from source.
Installation
Method 1: AnyIsland (Recommended)
If you have AnyIsland configured, installing Ship is completely seamless:
This command automatically pulls the repository, compiles the toolchain, and links theship executable globally.
Method 2: Build from Source
Ensure you have Go 1.25.5 or later installed.
Your First Ship Program
Create a file named hello.ship:
Compiling and Running
You can compile the file and inspect the generated x86_64 a.out binary:
Alternatively, use the run command to compile and execute the file immediately in memory without leaving a binary behind: