This version makes direct thread links keep working when a board's address changes and includes dependency and security updates.
- Web app: https://5chan.app
- Decentralized web app via IPFS/IPNS gateways (works on any browser): 5chan.eth.limo, 5chan.eth.link, 5chan-eth.ipns.dweb.link
- Decentralized web app via IPFS node you run: https://5chan.eth (works on Brave Browser or use IPFS Companion)
Downloads
macOS
- Apple Silicon (arm64): Download DMG
- Intel (x64): Download DMG
Windows
- Installer (x64): Download EXE
- If Windows shows "Windows protected your PC" (SmartScreen), click "More info" then "Run anyway". To permanently allow, right-click the .exe → Properties → check "Unblock", or run in PowerShell:
Unblock-File -Path .\path\to\file.exe.
Linux
Android
- APK: Download
Static HTML build
- Static HTML archive (zip): Download
Changes
0.9.15 (2026-07-17)
Bug Fixes
- deps: upgrade @libp2p/gossipsub to 16.0.4 for CVE-2026-49866 (d0c515e), closes #302
- post: resolve thread community from CID and redirect stale routes (cb15128)