Latch v0.3.0.1 — first public release
Latch v0.3.0.1 — sanitized public release
First public release of the Latch forum engine (MIT). Production reference: latch.network.
Do not use any earlier v0.3.0 tarball if you obtained one before this repo was recreated — it may have contained dev backup archives. This release is verified clean.
Install
sha256sum -c SHA256SUMS
tar -xzf latch-0.3.0.1.tar.gz
cd latch-0.3.0.1-stage/source
composer install --no-dev
php bin/latch install --url=https://forum.example.com --name="My Forum"Highlights
- Self-hosted PHP + SQLite forum (boards, search, tags, reactions, DMs, reputation)
- OAuth API, plugins (
plugin-audit), site lock, WAL-safe backup/restore,db-check,update - 216 PHPUnit tests —
php bin/latch test/test --smoke
Full changelog: CHANGELOG.md in the repo.