Compiled binary packages for Windows and Linux. No source code included — your deployment stays secure and tamper-proof.
Compiled binary packages — no TypeScript, no source maps, no build tools.
Self-extracting .exe installer with Inno Setup. Includes Windows service registration, firewall rules, and Start Menu shortcuts. One-click install.
Portable ZIP archive with compiled binary, batch scripts, and service installer. No installation required — extract and run. Requires Node.js 20+.
Native .deb package with systemd service, automatic user creation, and dependency management. Install with dpkg -i or apt install.
Native .rpm package with systemd service, SELinux compatible. Install with rpm -i or yum localinstall.
Universal tar.gz archive with compiled binary. Extract to /opt/minusnow and run. Requires Node.js 20+. Includes systemd unit template.
Lightweight monitoring agent for server telemetry, inventory sync, and heartbeat reporting.
Compiled agent executable with Windows service registration. Reports CPU, memory, disk, network, and installed packages to your MinusNow instance.
Native .deb agent package with systemd timer for scheduled inventory. Includes auto-registration on first connection.
Native .rpm agent package with systemd timer. SELinux compatible out of the box.
Production-ready container images. No source code — runs from compiled dist only.
Complete docker-compose.yml with PostgreSQL 16 and MinusNow app. One command to run the entire stack. Includes health checks, persistent volumes, and auto-restart.
Pull the image and connect to your existing PostgreSQL instance. Built on node:20-alpine for minimal image size.
Monitoring agent as a Docker sidecar or Kubernetes DaemonSet. Auto-discovers containers and reports telemetry.
All formats include compiled binaries only — no source code is ever distributed.
| Feature | Windows .exe | Windows .zip | Linux .deb | Linux .rpm | Linux .tar.gz | Docker |
|---|---|---|---|---|---|---|
| Source Code Protected | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Auto Service Install | ✓ | Script | ✓ | ✓ | Manual | ✓ |
| Dependency Management | Bundled | Node.js required | apt resolves | yum resolves | Node.js required | Contained |
| Auto-start on Boot | ✓ | Script | ✓ | ✓ | Manual | ✓ |
| Upgrade Path | Re-run installer | Replace files | dpkg -i new.deb | rpm -U new.rpm | Extract over | docker pull |
| Uninstall | Add/Remove Programs | Delete folder | apt remove | rpm -e | Delete folder | docker rm |
| Node.js Required | No (bundled) | ✓ v20+ | ✓ v20+ | ✓ v20+ | ✓ v20+ | No (in image) |
| Best For | Enterprise IT | Dev/Testing | Ubuntu/Debian prod | RHEL/CentOS prod | Any Linux | Cloud-native |
Every MinusNow package is built from compiled, minified, and tree-shaken code. No TypeScript source, no readable JavaScript, no build tooling is ever included in any distribution.
Server bundled into single minified CJS file via esbuild. No source maps.
Vite production build with code-splitting, minification, and no source maps.
Every release includes cryptographic checksums for integrity verification.
Build configs, test files, Git history, and credentials are stripped from all packages.
Download the package for your platform and have MinusNow running in minutes. Free for up to 25 monitored nodes.