A DDP Client with GUI
Meteorman is The Postman of Meteor. It is a DDP Client with GUI
- macOS 🍎 ✅
- Linux 🐧 ✅
- Windows ✅
Download Meteorman 3.0.0 for your platform:
| Platform | Arch | Package | Link |
|---|---|---|---|
| macOS (Apple Silicon) | arm64 | ZIP | Download |
| Windows | x64 | Setup EXE | Download |
| Linux (Debian/Ubuntu) | amd64 | DEB | Download |
| Linux (RPM) | x86_64 | RPM | Download |
Extract the macOS ZIP and open Meteorman, run the Windows installer, or install the Linux package with your distribution's package manager.
- A current Node.js LTS release
- npm
git is required to run the following console commands:
$ git clone https://github.com/antwaremx/meteorman# install dependencies
$ npm install
# start Electron Forge with Vite hot reload
$ npm start
# type-check the Electron and Vue application
$ npm run typecheck
# package the application for the current platform
$ npm run build
# create an installer/archive for the current platform
$ npm run make
# target a configured Electron Forge maker explicitly
$ npm run make:mac
$ npm run make:windows
$ npm run make:linuxForge writes distributable output to out/make. Native tooling and maker
requirements still apply: use the matching operating system or a configured CI
runner for production artifacts. In particular, the Windows and Linux commands
are exposed for consistent workflows but are not guaranteed to cross-build
complete release artifacts from macOS.
- Electron and Electron Forge
- Vue 3 with TypeScript
- Vite
- Vuetify
- Pinia
- Monaco Editor
The renderer runs without Node.js integration. Native collection import/export is exposed through a small context-isolated preload API.


