Pages
Downloads

Download MinusNow ITSM

Compiled binary packages for Windows and Linux. No source code included — your deployment stays secure and tamper-proof.

Latest: v26.0.1 SHA256 Verified No Source Code

Server & Application

Compiled binary packages — no TypeScript, no source maps, no build tools.

Windows Installer
Windows 10/11, Server 2019+
Recommended

Self-extracting .exe installer with Inno Setup. Includes Windows service registration, firewall rules, and Start Menu shortcuts. One-click install.

x64 ~85 MB v26.0.1
Windows Portable
Windows 10/11, Server 2019+

Portable ZIP archive with compiled binary, batch scripts, and service installer. No installation required — extract and run. Requires Node.js 20+.

x64 ~45 MB v26.0.1
Debian / Ubuntu
Ubuntu 20.04+, Debian 11+
Recommended

Native .deb package with systemd service, automatic user creation, and dependency management. Install with dpkg -i or apt install.

amd64 ~40 MB v26.0.1
RHEL / CentOS / Fedora
RHEL 8+, CentOS Stream, Fedora 38+

Native .rpm package with systemd service, SELinux compatible. Install with rpm -i or yum localinstall.

x86_64 ~40 MB v26.0.1
Linux Portable
Any Linux x64 distribution

Universal tar.gz archive with compiled binary. Extract to /opt/minusnow and run. Requires Node.js 20+. Includes systemd unit template.

x64 ~35 MB v26.0.1

Agent Packages

Lightweight monitoring agent for server telemetry, inventory sync, and heartbeat reporting.

Windows Agent
Windows Server 2016+, Windows 10/11

Compiled agent executable with Windows service registration. Reports CPU, memory, disk, network, and installed packages to your MinusNow instance.

x64 ~12 MB v26.0.1
Linux Agent (DEB)
Ubuntu 20.04+, Debian 11+

Native .deb agent package with systemd timer for scheduled inventory. Includes auto-registration on first connection.

amd64 ~8 MB v26.0.1
Linux Agent (RPM)
RHEL 8+, CentOS, Fedora

Native .rpm agent package with systemd timer. SELinux compatible out of the box.

x86_64 ~8 MB v26.0.1

Docker Deployment

Production-ready container images. No source code — runs from compiled dist only.

Docker Compose (Full Stack)
App + PostgreSQL
Recommended

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.

Docker Image
Standalone container

Pull the image and connect to your existing PostgreSQL instance. Built on node:20-alpine for minimal image size.

$ docker pull minusnow/itsm:26.0.1
$ docker run -d -p 5000:5000 -e DATABASE_URL="..." minusnow/itsm:26.0.1
Agent Sidecar
Docker / Kubernetes

Monitoring agent as a Docker sidecar or Kubernetes DaemonSet. Auto-discovers containers and reports telemetry.

$ docker run -d --name minusnow-agent \
  -e MINUSNOW_TOKEN=YOUR_TOKEN \
  -v /var/run/docker.sock:/var/run/docker.sock:ro \
  minusnow/agent:latest

Choose Your Distribution Format

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

Source Code Protection

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.

Compiled Binary

Server bundled into single minified CJS file via esbuild. No source maps.

Minified Client

Vite production build with code-splitting, minification, and no source maps.

SHA256 Verified

Every release includes cryptographic checksums for integrity verification.

No Dev Artifacts

Build configs, test files, Git history, and credentials are stripped from all packages.

Ready to deploy?

Download the package for your platform and have MinusNow running in minutes. Free for up to 25 monitored nodes.