Downloads
Download the latest Jetzig command line tooling for your operating system.
The command line tooling provides commands to initialize a new project and generate components such as views, middleware, and templates.
This page is updated daily with the latest builds from the main branch.
Setup
- Download the appropriate zip file for your operating system and unzip.
- (Linux/OSX): Set executable permissions on the unzipped program: chmod +x jetzig
- Optionally copy the executable into a directory in your PATH , e.g. /usr/local/bin
- Run jetzig --help to see detailed usage instructions.
Advanced Setup
You may prefer to compile the CLI tool yourself. Follow these steps to do so:
- Clone the repository: git clone https://github.com/jetzig-framework/jetzig
- Change to the CLI sub-project directory: cd jetzig/cli
- Compile: zig build install
- Run the compiled executable: zig-out/bin/jetzig --help