@superbased/observer-darwin-arm64
v1.4.25
Published
macOS Apple Silicon (arm64) binary for @superbased/observer.
Downloads
2,879
Readme
@superbased/observer-darwin-arm64
Pre-built macOS Apple Silicon (arm64) binary for @superbased/observer.
You almost certainly don't want to install this directly. Install the main package instead — npm will automatically pick up the binary that matches your machine:
npm install -g @superbased/observer
observer --versionThe main package declares this and four other per-platform binaries
as optionalDependencies with matching os + cpu constraints, so
only the right one downloads. Same shape as esbuild / swc /
@biomejs/biome.
When to install this directly
- You're cross-publishing observer's binary into another tool's release pipeline and only need this platform's bytes.
- You're debugging a release issue where the main shim can't resolve the platform package.
In every other case use @superbased/observer.
What you get
A single executable at bin/observer. No runtime dependencies,
pure-Go (CGO disabled — uses modernc.org/sqlite). Static assets
(dashboard HTML/CSS/JS) and SQL migrations are embedded into the
binary at build time via go:embed.
See also
- Main package — install + quickstart + dashboard tour + MCP tools + compression mechanisms + cost math + glossary + CLI reference + configuration + troubleshooting + privacy + license.
- Source repository — Go source, contributor docs, full spec.
License
Apache 2.0. See LICENSE.
