| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| imsg-macos.zip | 2026-05-06 | 2.2 MB | |
| README.md | 2026-05-06 | 624 Bytes | |
| v0.7.3 source code.tar.gz | 2026-05-06 | 182.2 kB | |
| v0.7.3 source code.zip | 2026-05-06 | 257.5 kB | |
| Totals: 4 Items | 2.6 MB | 0 | |
Private API Bridge
- fix: restore macOS 26 bridge sends, replies, tapbacks, typing/read RPC, and chat/group lifecycle RPC methods after the BlueBubbles-inspired bridge port regressed on Tahoe (#101, thanks @omarshahine).
- fix: stage bridge attachments with the target chat GUID and fall back to the modern IMDPersistence save API when the legacy persistent-path API returns nil (#102, [#103], thanks @omarshahine).
Security
- fix: harden bridge IPC queue directories and attachment paths against
symlink traversal while preserving trusted macOS system aliases like
/tmp(#105, thanks @omarshahine).