{"id":20083088,"url":"https://github.com/zaach/ipdm","last_synced_at":"2026-05-03T21:35:20.015Z","repository":{"id":172873329,"uuid":"642510079","full_name":"zaach/ipdm","owner":"zaach","description":"decentralized direct messaging (WIP)","archived":false,"fork":false,"pushed_at":"2023-07-17T04:45:46.000Z","size":2408,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-07T07:48:45.212Z","etag":null,"topics":["ipfs","libp2p","p2p"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/zaach.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}},"created_at":"2023-05-18T18:24:14.000Z","updated_at":"2023-06-14T04:50:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"87e206e3-7fcd-4363-a2de-c04dd0fcbcd6","html_url":"https://github.com/zaach/ipdm","commit_stats":null,"previous_names":["zaach/ipdm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zaach/ipdm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaach%2Fipdm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaach%2Fipdm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaach%2Fipdm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaach%2Fipdm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaach","download_url":"https://codeload.github.com/zaach/ipdm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaach%2Fipdm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ipfs","libp2p","p2p"],"created_at":"2024-11-13T15:45:49.883Z","updated_at":"2026-05-03T21:35:19.991Z","avatar_url":"https://github.com/zaach.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPDM\n\nThe goal is to create a decentralized whatsapp.\n\nDistinguished properties we'd want to support:\n\n- Private: authenticated and end-to-end encrypted\n- Asynchronous: conversations can be created and progress without both parties being online\n- Deniable: a leaked transcript doesn't provide proof of who authored the messages\n- Forward and future secure: leaked credentials can't reveal an entire conversation\n- --All of the above for group chats-- (stretch goal)\n\nThe initial version is a port of an [existing chat application](https://github.com/zaach/5edm) that is synchronous, end-to-end encrypted, and ephemeral (no static keys). This initial experience, while admittedly limitted, offers a working end-to-end prototype with interfaces and affordances that can be iterated upon.\n\n## Roadmap\n\n- [Finish port of 5EDM](https://github.com/zaach/ipdm/milestone/5)\n- [Attachments](https://github.com/zaach/ipdm/milestone/1)\n- [Asynchronicity](https://github.com/zaach/ipdm/milestone/2)\n- [Authentication](https://github.com/zaach/ipdm/milestone/3)\n- [Production Deploy](https://github.com/zaach/ipdm/milestone/6)\n- [Full p2p](https://github.com/zaach/ipdm/milestone/4)\n- Groups?\n\n## Monorepo\n\nThe monorepo is using [Turborepo](https://turborepo.org/) and [pnpm workspaces](https://pnpm.io/workspaces) to link packages together.\n\nPackages:\n\n- [./apps/ipdm](./apps/ipdm): UI, app frontend built with Vite, Preact, Tailwind CSS\n- [./packages/client](./packages/client): Chat client package\n- [./packages/relay](./packages/relay): Libp2p dev relay server\n\n## Setup\n\n```bash\npnpm install\npnpm build\n```\n\n## Dev\n\nNext, run `app` in development mode:\n\n```bash\npnpm dev\n```\n\nThe app should be up and running at http://localhost:5173.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaach%2Fipdm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaach%2Fipdm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaach%2Fipdm/lists"}