Last updated
A process manager for developers - run and manage any application
$ winget install --id thechandanbhagat.alter --exact --version 1.1.0Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
alter uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-.
alter-1.1.0-windows-x64-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
For IT teams
App deployment, patching, and remote support in one place. Push this app to every device you manage, keep it patched automatically, and see new CVEs the moment they land. Works with Intune or fully standalone.
Sign up freeFree for up to 5 devices.
alter is a single-binary process manager inspired by PM2, built for Windows-first
developers.
Run and manage any application - Python, Node.js, Go, Rust, .NET,
PHP - from a single CLI with:
- Auto-restart with exponential backoff on crash
- Watch mode (restart on file changes)
- Namespaces for grouping and bulk-controlling processes
- Live log streaming in terminal and browser
- Real-time web dashboard at http://localhost:2999/
- Password-protected dashboard with Argon2id hashing and session tokens
- Telegram bot for remote process control and push notifications
- Notifications via Slack, Discord, Microsoft Teams, and webhook
- Tunnel management (cloudflared, ngrok, bore) with guided in-app provider install
- Browser-based terminal with full PTY support via xterm.js
- Git integration: pull, reinstall dependencies, and restart in one click
- System resource stats (CPU, RAM, GPU) on the Analytics dashboard
- Multi-server support: manage multiple alter instances from one web UI
- Process clone: duplicate any process config instantly
- State persistence (save/restore across reboots)
- Ecosystem config via TOML or JSON
- Full REST API
- No console window popups on Windows (CREATE_NO_WINDOW)
- Process enable/disable flag (include or exclude from Start All without removing)
- Multi-provider AI assistant (Ollama, GitHub Models, Anthropic Claude, OpenAI-compatible)
- Terminal command history persisted to disk per process
- Sidebar process grouping by namespace with collapsible sections and bulk actions
- Daemon-side UI settings (view mode persists across browser sessions)
| Architecture | Type | Scope | Install | Download |
|---|---|---|---|---|
| x64 | EXE Inno Setup | - | Direct |
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
No known CVEs for alter.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.
More from thechandanbhagat or browse process-manager, pm2, cli.