odin-dev

Installation
SKILL.md

Odin Development

Build Commands

# Build for debug
odin build src -out:build/app -debug

# Build optimized release
odin build src -out:build/app -o:speed

# Run tests
odin test src -out:build/test

# Check without building
odin check src
Installs
2
First Seen
Mar 26, 2026
odin-dev from smithery.ai