friday-code-darwin-arm64
v2.0.14
Published
Prebuilt friday binary for darwin-arm64.
Maintainers
Readme
friday-code-darwin-arm64
Prebuilt friday binary for darwin-arm64. This package is one of 8 platform-specific packages that ship under the friday project.
What this is
A standalone executable compiled with the Bun runtime and the OpenTUI native renderer embedded. Zero runtime dependencies, no Node, no system OpenGL, no Bun toolchain needed at runtime. About 25-45 MB.
You probably don't want this package
This package is an optional dependency of the main friday-code package. You install that one. The launcher detects your platform and architecture at install time and pulls in the matching prebuilt binary as an optional dependency. If you're on darwin-arm64, this is the one that gets selected.
# install the launcher (and the right binary for your platform automatically)
npm i -g friday-codeYou only need this package directly if you want to pin a specific platform's binary, build a custom installer on top of it, or audit the binary independently. For everything else, use friday-code.
Verify
# the launcher downloads the binary, then:
friday --versionProject
- Main package: friday-code on npm
- Source: github.com/katipally/friday-code
- Releases (with SHASUMS256.txt): github.com/katipally/friday-code/releases
- README: github.com/katipally/friday-code#readme
- Issues: github.com/katipally/friday-code/issues
License
MIT. See LICENSE.
