| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| imsg-macos.zip | 2026-05-06 | 2.1 MB | |
| README.md | 2026-05-06 | 851 Bytes | |
| v0.7.0 source code.tar.gz | 2026-05-06 | 164.7 kB | |
| v0.7.0 source code.zip | 2026-05-06 | 238.7 kB | |
| Totals: 4 Items | 2.5 MB | 0 | |
Private API Bridge
- feat: port the BlueBubbles-inspired private-API bridge surface for rich sends, message mutation, chat management, account/nickname introspection, and live bridge events; add local DB search and v2 concurrent bridge IPC (#100, thanks @omarshahine).
- fix: route default bridge calls over v2 IPC when available and reject
unsupported
chat-create --service SMSrequests instead of reporting a service that was not applied. - fix: decode typedstream attributed bodies with
0x81/0x82length prefixes so long fallback message text is preserved in history and watch output (#99, thanks @SagarSDagdu).
Docs And CI
- docs: publish the per-feature docs site at
imsg.shand add syntax-highlighted code examples. - ci: update GitHub Actions for the Node 24 runtime and quote workflow architecture lookup.