Communication
MikroMeet
Collaborative
An ultralight video meeting app for small self-hosted calls.
- Use
- Collaborative
- Storage
- Server configuration and generated static frontend assets.
- Runtime
- Node signaling server and static frontend.
Your team meetings, your server.
MikroMeet uses WebRTC, lightweight signaling, scheduled rooms, calendar invites, chat, reactions, file transfer, screen sharing, local recording, and moderator controls.
Small team meetings where privacy and control matter more than webinar scale.
What ships
P2P video and audio with configurable STUN/TURN
Scheduled rooms, calendar invites, room locks, and waiting rooms
Moderator controls, chat replies, reactions, hand raising, and local pinning
File transfer, screen sharing, local browser recording, and reconnect feedback
Install
Run it
curl -sSL -o mikromeet_app.zip https://releases.mikrosuite.com/mikromeet_app_latest.zip
curl -sSL -o mikromeet_api.zip https://releases.mikrosuite.com/mikromeet_api_latest.zip
unzip mikromeet_app.zip -d mikromeet_app
unzip mikromeet_api.zip -d mikromeet_api
# Terminal 1
cd mikromeet_api/*
node mikromeet.mjs
# Terminal 2
cd mikromeet_app/*
npx http-server . -a 127.0.0.1 -p 8000 -c-1