Runtime
A bounded interpreter with an AOT fallback
The runtime checks release identity, capabilities, signatures, sequence, and health without requiring a cloud connection for correctness.
Open source
Hyfens is not currently published as a pub.dev package or a downloadable global binary. The supported distribution path is the repository source checkout.
The public command is hyfens. The existing tool entry point is only a deprecated compatibility name and is not a second implementation.
$ cd hyfens/cli
$ dart pub get
$ hyfens() {
dart run bin/hyfens.dart "$@"
}
$ hyfens doctor
$ hyfens initRuntime
The runtime checks release identity, capabilities, signatures, sequence, and health without requiring a cloud connection for correctness.
Toolchain
The public command surface covers doctor, status, profile, init, release, patch, inspect, verify, deploy, and rollback.
Protocol
Product metadata refers to signed artifacts and release identity. It does not reinterpret the patch container.
Operations
The local and single-node control plane makes delivery, profile scope, and operator responsibility inspectable.
Product
See how source changes become release-bound artifacts and how unsupported inputs stop.
Read productDeployment
Compare managed and self-hosted delivery without changing the identity or runtime boundary.
Read self-hostedSecurity is documented alongside the source path, not added as a product footnote.