Skip to content

excuse me. v0.1.0

Choose a tag to compare

@Vahsir7 Vahsir7 released this 18 Jul 12:58

First release — private video calling over your own network.

Downloads

  • macOS (Apple Silicon): excuse me-0.1.0-arm64.dmg
  • Windows 10/11 (x64): excuse me Setup 0.1.0.exe

Features

  • Invite via 6-character code — guests on the same network are found automatically (UDP discovery), with a manual ip:port fallback
  • Knock-to-join: the host accepts or declines every guest
  • Peer-to-peer WebRTC mesh (up to 5 people), DTLS-SRTP encrypted end-to-end — no cloud, no accounts, works fully offline on a LAN
  • End-to-end encrypted chat with file sharing (chunked over the encrypted data channel)
  • Shared live whiteboard: 7 colors + custom color picker, 3 brush sizes, eraser, PNG export
  • Screen share (entire screen or window) with system audio on all platforms where the OS allows loopback capture
  • Room password protection (HMAC challenge — the password never crosses the wire)
  • Mic / camera / speaker selection with a live mic waveform
  • Calling bell + local call history with chat transcripts

First-run notes

  • The builds are unsigned: on macOS right-click the app → Open → Open; on Windows choose More info → Run anyway on the SmartScreen prompt.
  • macOS asks for Camera, Microphone and (for hosts) Local Network permission — allow all three.
  • Intel Mac build available on request (npx electron-builder --mac dmg --x64).