tonyantony300/dashbeam

Share files nearby and beyond.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 minute ago
Added to GitGenius on September 1st, 2026
Created on October 17th, 2025
Open Issues & Pull Requests: 40 (+0)
GitHub issues: Enabled
Number of forks: 578
Total Stargazers: 9,398 (+1)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.5 hours
Mean response time: 9.4 days
90th percentile: 26.8 days
Tracked items: 121

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 39
New in 7 days: 6
Closed in 7 days: 9
Avg open age: 72 days
Stale 30+ days: 21
Stale 90+ days: 4

Recent activity

Opened in 7 days: 6
Closed in 7 days: 9
Comments in 7 days: 11
Events in 7 days: 26

Top labels

  • enhancement (50)
  • bug (11)
  • help wanted (10)
  • Android (9)
  • feature request (7)
  • good first issue (5)
  • documentation (4)
  • miscellaneous (4)

Detailed Description

Dashbeam is a peer-to-peer file transfer tool that enables direct file sharing across devices without relying on cloud storage services.

The tool solves the problem of secure, private file transfer by using peer-to-peer networking to move files directly between devices rather than uploading to intermediary servers. It employs end-to-end encryption with TLS 1.3 and authenticated tickets, ensuring files remain private throughout transfer. The approach supports multiple connection methods: sending via link or QR code for browser-based receipt, pairing devices once for repeated transfers, or discovering devices already on the local network. All three methods transfer data directly and encrypted, with no personal information revealed.

Dashbeam suits users prioritizing privacy who want to avoid cloud storage accounts and tracking. It handles files and folders of any size with BLAKE3 verification and supports resumable transfers that can continue across network changes when switching between Wi-Fi and cellular connections. The tool works across desktop platforms, Android, command-line interfaces, and web browsers without requiring installation on the web version. For remote transfers where direct peer-to-peer connection is not possible, users can self-host relay servers to maintain unthrottled performance. This approach differs from services like WeTransfer, Dropbox, or Google Drive by eliminating the need for accounts, cloud storage, and the associated privacy concerns.

The project maintains active development across multiple platforms with implementations for desktop, mobile, and terminal environments. The codebase is written in TypeScript and remains open source with no artificial limits on transfer sizes or speeds. The tool includes advanced features such as local transfer history, preview capabilities before download, optional diagnostic debug mode, and background operation with notifications and login-time startup.