Download NowAIKit
Grab the desktop app for your platform, or install via npm. No Node.js required for desktop downloads.
Desktop App
Download the standalone desktop app. It includes the full MCP server, setup wizard, and web dashboard. No Node.js required.
CLI / npm
If you already have Node.js 20+, install via npm with no download needed.
$ npx nowaikit@latest setup
Or install globally:
$ npm install -g nowaikit
$ nowaikit setup
Keep it up to date. NowAIKit checks on startup and, when a new version ships, asks a single "Update now?". Say yes and it updates itself. You can also update on demand:
$ nowaikit update
On npx nowaikit@latest there's nothing to update. The @latest tag always pulls the current version.
One-line Install
curl -fsSL https://nowaikit.com/install.sh | bash
irm https://nowaikit.com/install.ps1 | iex
These scripts download the latest binary for your platform, move it to your PATH, and run nowaikit setup automatically.
Homebrew (macOS / Linux)
$ brew tap aartiq/tap
$ brew install nowaikit
NowAIKit Builder: VS Code Extension
Full ServiceNow development experience in VS Code: script explorer, table browser, update set manager, AI agents, and 60+ code snippets.
| Store | Install |
|---|---|
| VS Code Marketplace | Install from Marketplace |
| Open VSX (VSCodium, Gitpod) | Install from Open VSX |
| Command Line | code --install-extension aartiq.nowaikit-builder |
NowAIKit Utils: Browser Extension
AI-powered browser toolkit for ServiceNow with 20+ tools including AI assistant, script compare, code templates, node switcher, and keyboard shortcuts.
| Browser | Install |
|---|---|
| Google Chrome | Coming Soon |
| Microsoft Edge | Coming Soon |
| Mozilla Firefox | Coming Soon |
All Releases
View all versions, release notes, and source code on GitHub:
Next Steps
- Installation Guide: full setup walkthrough including environment variables and troubleshooting
- Client Setup: configure Claude Desktop, Cursor, VS Code, and other AI clients
- OAuth Setup: production-ready OAuth 2.0 authentication



