Skip to content

Releases: VeyrForge/GreenEngine

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:56

Green Engine 1.1.0

Phase 1 honest runtime scope: GGUF llama.cpp compatibility mode, .green package validation, and shared manifest types.

Highlights

  • green-format crategreen-model v1 manifest types for .green packages from Green Compress pack-model
  • ge run / ge chat serve — compatibility mode messaging for GGUF; .green paths validate with clear Phase 2 errors
  • GreenModel loader stub — parses pack-model output; 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 help

See 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

Choose a tag to compare

@VeyrForgeAdmin VeyrForgeAdmin released this 12 Jul 18:46

Green Engine 1.0.0

First public release under the VeyrForge Source-Available License.

Highlights

  • ge CLI — 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 integrationge install / ge compress for smaller weights
  • Optional local MCP stack — embed + chat servers for Codehelper
  • Dashboardge ui serve at 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 help

See 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