Releases: VeyrForge/GreenEngine
Releases · VeyrForge/GreenEngine
Release list
v1.1.0
Green Engine 1.1.0
Phase 1 honest runtime scope: GGUF llama.cpp compatibility mode, .green package validation, and shared manifest types.
Highlights
green-formatcrate —green-modelv1 manifest types for.greenpackages from Green Compresspack-modelge run/ge chat serve— compatibility mode messaging for GGUF;.greenpaths validate with clear Phase 2 errorsGreenModelloader stub — parsespack-modeloutput; native inference not wired yet- Pair with Green Compress
export-gguf— llama.cpp fallback for compressed weights
Quick start
git clone https://github.com/VeyrForge/GreenEngine.git && cd GreenEngine
cargo build --release -p ge
./target/release/ge helpSee README.md and docs/BENCHMARKS.md.
License
Free to run and use; view source and submit suggested changes via GitHub. See LICENSE.
Full Changelog: https://github.com/VeyrForge/GreenEngine/commits/v1.1.0
Green Engine 1.0.0
Green Engine 1.0.0
First public release under the VeyrForge Source-Available License.
Highlights
geCLI — search, pull, run, bench, and serve local GGUF models- Memory-smart scheduling — MoE expert residency, KV paging, prefix reuse (validated in Rust benchmarks)
- Green Compress integration —
ge install/ge compressfor smaller weights - Optional local MCP stack — embed + chat servers for Codehelper
- Dashboard —
ge ui serveat http://127.0.0.1:8780
Quick start
git clone https://github.com/VeyrForge/GreenEngine.git && cd GreenEngine
cargo build --release -p ge
./target/release/ge helpSee README.md and docs/BENCHMARKS.md for full details.
License
Free to run and use; view source and submit suggested changes via GitHub. No fork, redistribution, or competing products without permission. See LICENSE.
Full Changelog: https://github.com/VeyrForge/GreenEngine/commits/v1.0.0