@oddessentials/odd-dashboard
v3.4.2
Published
Terminal dashboard for Distributed Task Observatory
Downloads
2,003
Maintainers
Readme
npm Shim for odd-dashboard
This package provides a convenient way to install odd-dashboard via npm.
Installation
npm install -g @oddessentials/odd-dashboardHow it works
The npm package is a thin wrapper that:
- Downloads the appropriate native binary for your platform during
npm install - Verifies the binary's checksum against the signed SHA256SUMS file
- Provides a Node.js shim that forwards all arguments to the native binary
Supported Platforms
- Windows x64
- macOS x64 (Intel)
- macOS arm64 (Apple Silicon)
- Linux x64
- Linux arm64
Troubleshooting
Binary not installed
If you see "odd-dashboard binary not installed" when running the command:
- Check if your platform is supported
- Try reinstalling:
npm install -g @oddessentials/odd-dashboard - Download manually from GitHub Releases
Checksum verification failed
This indicates the downloaded binary may have been tampered with. Please:
- Do NOT use the downloaded file
- Report the issue to the maintainers
- Download directly from GitHub Releases and verify manually
Alternative Installation Methods
- Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | sh - Windows:
iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iex - Homebrew:
brew install oddessentials/tap/odd-dashboard
