No description
Find a file
2026-06-11 23:09:31 -05:00
Formula rdnk 0.1.14 2026-06-11 23:09:31 -05:00
README.md README: document tap-trust step 2026-06-10 14:38:19 -05:00

homebrew-rdnk

Homebrew tap for rdnk — the LLVM-free Odin script runner (cranelift JIT).

Install

brew tap bngreer/rdnk https://git.mere.cloud/bngreer/homebrew-rdnk
brew install bngreer/rdnk/rdnk

If Homebrew refuses with a tap-trust warning (Homebrew 5.x requires third-party taps to be trusted), either follow the brew command it prints to trust the tap, or install once with:

HOMEBREW_NO_REQUIRE_TAP_TRUST=1 brew install bngreer/rdnk/rdnk

What it ships

A self-contained arm64 macOS build: the rdnk binary plus the exact odin standard library it was built against (base/core) and the rdnk-specific collections (compiler/rdnk/ui). No dependency on a system odin, so it can't break when odin drifts. The vendored C-library bindings (vendor:*) are not bundled to keep the download small.

Release artifacts live at https://git.mere.cloud/bngreer/rdnk/releases.