Krait is the standalone Kryon IDE. It is a first-party Kryon app that builds against its vendored Kryon submodule.
make krait
make run
make test
make smoke
make installOn FreeBSD, use gmake instead of make.
Run git submodule update --init --recursive after cloning. Set
KRYON_DIR=/path/to/kryon to debug against a different checkout. The default is
KRYON_DIR ?= vendor/kryon.
The build produces build/bin/krait. make install installs krait and its
bundled UI font under PREFIX. See THIRD_PARTY_NOTICES.md for bundled asset
notices.
Krait owns the Kry-written IDE app code. Kryon must not take a dependency on this repository.