Summary
0.8.0 is the GPLv3 + BDFL public line for Gru (GRU). LedoCorp-published toolkit sources are now under the GNU General Public License v3.0. Official repositories are maintainer-led (BDFL) — forks under GPLv3 are welcome; pull requests are not merged on the official trees.
This tag is primarily a license and governance release. Toolkit behavior matches the prior public v0.7.2 tree unless you already pulled intermediate commits on main.
What's new
- License: GNU GPLv3 — root
LICENSE,NOTICE, anddocs/licensing/* - Governance: BDFL model in
CONTRIBUTING.mdanddocs/licensing/Governance.md - VERSION: root
VERSIONfile set to 0.8.0 - README: public overview, credits, and install pin updated for 0.8.0
- Showcase app: Gru Notepad v0.8.0 (separate repo; also GPLv3)
Commercial dual-licensing (GPLv3 or a paid proprietary-use grant) may come later — not part of this release.
Install
go get github.com/ledocorp/gru@v0.8.0go run ./cmd/hello
go run -tags grudemo .
go run -tags webview2 ./cmd/webviewhelloShowcase app (separate clone):
git clone https://github.com/shawnlondono/gru-notepad
cd gru-notepad
go run ./cmd/grunotepad- Site: ledocorp.org/gru · docs · licensing
- Third-party: see root
NOTICE
Primary target: Windows. Basic Linux samples exist; see docs for platform notes.
LedoCorp / Shawn Londono — Gru (GRU) — GPLv3 · BDFL