{"id":29418398,"url":"https://github.com/neoapps-dev/bangmail","last_synced_at":"2025-07-11T23:04:18.061Z","repository":{"id":300834558,"uuid":"1007331926","full_name":"neoapps-dev/Bangmail","owner":"neoapps-dev","description":"A decentralized, ultra-secure, SSH-based messaging protocol using user!domain addresses.","archived":false,"fork":false,"pushed_at":"2025-06-24T14:47:19.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-24T15:45:48.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neoapps-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T20:37:33.000Z","updated_at":"2025-06-24T15:33:48.000Z","dependencies_parsed_at":"2025-06-24T15:45:50.290Z","dependency_job_id":"49580719-f893-4ded-aa16-82c242dd77d9","html_url":"https://github.com/neoapps-dev/Bangmail","commit_stats":null,"previous_names":["thebetterinternet/bangmail","neoapps-dev/bangmail"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neoapps-dev/Bangmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2FBangmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2FBangmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2FBangmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2FBangmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoapps-dev","download_url":"https://codeload.github.com/neoapps-dev/Bangmail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2FBangmail/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264910722,"owners_count":23682123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-11T23:04:17.167Z","updated_at":"2025-07-11T23:04:18.037Z","avatar_url":"https://github.com/neoapps-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bangmail\n\nA decentralized, secure, stateless messaging protocol using SSH transport.\n\n## Quick Start\n\n### Build\n```bash\nmake build\n```\n\n### Run Server\n```bash\nexport BANGMAIL_KEY=\"server-secret-key-here-that-shouldnt-be-exposed-to-anyone-on-earth\"\nexport BANGMAIL_PORT=\"2222\"\nexport BANGMAIL_INBOX_PATH=\"/tmp/bangmail/inbox\"\n./bin/bangmaild\n```\n\n### Send Message\n```bash\n./bin/bangmail send neo!localhost:2222 --from person!example.com --subject \"Hello\" --body \"Test message\"\n```\n\n### Fetch Messages\n```bash\nBANGMAIL_PORT=2222 ./bin/bangmail fetch neo!localhost\n```\n\n## Environment Variables\n\n- `BANGMAIL_KEY`: Required encryption key for server\n- `BANGMAIL_PORT`: SSH port (default: 2222)\n- `BANGMAIL_INBOX_PATH`: Message storage path (default: /var/lib/bangmail/inbox)\n\n## Protocol\n\n- Address format: `user!domain`\n- Transport: SSH\n- Encryption: AES-256-GCM\n- Storage: Read-once, ephemeral messages\n- No persistent accounts or authentication required\n\n## Architecture\n\n- `bangmaild`: SSH server handling message storage/retrieval\n- `bangmail`: CLI client for sending/fetching messages\n- Messages encrypted at rest with server key\n- Automatic message deletion after delivery\n\n## Spec\n\nRead the [spec.md](spec.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoapps-dev%2Fbangmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoapps-dev%2Fbangmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoapps-dev%2Fbangmail/lists"}