README.md
March 28, 2025 ยท View on GitHub
A DDP Client with GUI
Starting ๐
Meteorman is The Postman of Meteor. It is a DDP Client with GUI
Preview ๐ฅ

Supported Platforms ๐ป
- macOS ๐ โ
- Linux ๐ง โ
- Windows โ
Downloads ๐พ
| Platform | Arch | Version | Link |
|---|---|---|---|
| Windows | x64 | 2.0.1 | Download |
| Mac | x64 | 2.0.1 | Download |
| Linux | x64 | 2.0.1 | Download |
For Developers ๐
System Requirements ๐
- NodeJs Download here
Installation ๐ง
git is required to run the following console commands:
$ git clone https://github.com/antwaremx/meteorman
Build Setup ๐ฆ
# install dependencies
$ npm install
# serve with hot reload at localhost:9080
$ npm run dev
# build electron application for production
$ npm run build
# run unit & end-to-end tests
$ npm run test