v0.6.5
This version adds backlinks for quoted posts, improves reply functionality with proper quote references, and includes several bug fixes.
- Web app: https://5chan.app
- Decentralized web app via IPFS/IPNS gateways (works on any browser): 5chan.eth.limo, 5chan.eth.link, dweb.link/ipfs.io
- 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
- If macOS shows "5chan.app is damaged and can't be opened. You should move it to the Trash.", run this in Terminal to fix it:
xattr -dr com.apple.quarantine "/Applications/5chan.app"then open the app again.
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
- 5chan-html (zip): Download
Changes
0.6.5 (2026-02-11)
Bug Fixes
- deps: resolve dependabot alert (50f373e)
- post: render OP backlinks from replies quoting OP (d862550)
- post: show OP backlinks in board feed cards (2537561)
- reply modal: make parent reply quote editable (af259ad)
- reply: replies should always target the OP, not other replies (6c4c12c)
- scroll OP quote to thread card on same-route click (716c782)
Features
- populate quotedCids when publishing replies with quote references (9f14a63)