Homebrew formulae for Concepta developer tools.
brew tap btwld/tap
brew install okfOr in one step, without tapping first:
brew install btwld/tap/okf| Formula | Description |
|---|---|
| okf | Format-first toolkit for reading, validating, writing, indexing, and graphing Open Knowledge Format bundles |
The okf formula builds from source with a vendored Dart SDK, so installing it
compiles the tool. Nothing needs to be installed beforehand: the formula
downloads a pinned SDK as a build resource and discards it once the executable
is linked.
Its url and sha256 fields are regenerated automatically when okf publishes
a release tag. Do not edit Formula/okf.rb by hand — the next release
overwrites it. Change it in the okf
repository
and copy the result here.
The pinned dart_sdk_version and its digests are not automated; they are
updated by hand in that same file.
Supported platforms are macOS and Linux, on x86_64 and arm64. Other platforms can install the tool from pub.dev instead:
dart pub global activate okfbrew install btwld/tap/okfp
brew install btwld/tap/wayfinderInstalling each fully qualified formula grants its individual Homebrew trust.
Wayfinder installs a complete native runtime and model. Its okfp dependency
provides the Profile validation gate and may be installed separately with
brew install btwld/tap/okfp. The validator builds with a pinned temporary
Dart SDK; no SDK setup is required from the user. Wayfinder supports macOS Apple
Silicon and Linux x64. Upgrade with brew upgrade wayfinder okfp.
These formulas are generated by the Wayfinder source release workflow. See the public installation guide.