You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add LocalGPT logo to main title and Gen section headers
- Remove outdated ~27MB binary size reference from README and architecture docs
- Rename "Signed Security Policy" to "Signed Custom Rules" for clarity
- Add crates.io installation option for Gen mode
- Add Apache-2.0 contribution licensing notice
- Update blog link wording from "full story" to "initial story"
A local device focused AI assistant built in Rust — persistent memory, autonomous tasks, ~27MB binary. Inspired by and compatible with OpenClaw.
4
+
A local device focused AI assistant built in Rust — persistent memory, autonomous tasks. Inspired by and compatible with OpenClaw.
5
5
6
6
`cargo install localgpt`
7
7
@@ -169,7 +169,7 @@ localgpt sandbox status # Show sandbox capabilities
169
169
localgpt sandbox test# Run smoke tests
170
170
```
171
171
172
-
### Signed Security Policy (LocalGPT.md)
172
+
### Signed Custom Rules (LocalGPT.md)
173
173
174
174
Place a `LocalGPT.md` in your workspace to add custom rules (e.g. "never execute `rm -rf`"). The file is HMAC-SHA256 signed with a device-local key so tampering will be detected:
175
175
@@ -286,11 +286,14 @@ LocalGPT includes a Proof of Concept for running the desktop Egui UI in the brow
286
286
287
287
See [`docs/egui-web-poc.md`](docs/egui-web-poc.md) for details on architecture, benefits, tradeoffs, and implementation.
288
288
289
-
## Gen Mode (World Generation)
289
+
## <imgsrc="https://localgpt.app/logo/localgpt-icon.png"width="100"height="100"alt="LocalGPT" /> Gen Mode (World Generation)
290
290
291
291
`Gen` is a separate binary (`localgpt-gen`) in the workspace — not a `localgpt gen` subcommand.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed under the Apache-2.0 license, without any additional terms or conditions.
0 commit comments