Skip to content
/ tapse Public

Realtime chat and file sharing, inspired by PirateBox

Notifications You must be signed in to change notification settings

fluunke/tapse

Repository files navigation

Tapse

Early alpha! Stuff's broken!

Demo

Tapse Demo

Features

  • Realtime chat and file sharing with multiple rooms
  • Single-binary for easy deployments

Inspiration

Tapse's features were inspired by the PirateBox project.

Requirements:

  • pnpm (npm might work, untested)

Setup:

  • cd frontend & pnpm install & pnpm build
  • cargo run/build --release

Known problems

  • Can't upload files larger than 1GB due to SQLite limits