Draft / Experimental: Zith documentation describes a language under active development. Check Implementation Status before relying on a feature.

zithc run

Compile and execute a project or source target in one command.

zithc run
zithc run src/main.zith

Use run for a local development loop. Use build when you need the compiled artifact without execution.