Skip to content

Releases: henrywang/lux

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 14:21

Portable bundle (standalone, ~1 GB)

Lux + luxd + llama-server + pre-downloaded henrywangxf/lux weights (Q4_K_M GGUF) — extract and run, no system install or network required.

Download: https://huggingface.co/henrywangxf/lux-portable/resolve/main/lux-portable-linux-x86_64-v0.3.0.tar.gz

tar xzf lux-portable-linux-x86_64-v0.3.0.tar.gz
cd lux-portable-linux-x86_64/
./lux

Raw binaries

Attached below. Requires an existing OpenAI-compatible LLM server (Ollama or llama-server); see the repo README for install steps.

What's Changed

  • Update dependency ggml-org/llama.cpp to v8840 by @renovate[bot] in #20
  • Update dependency ggml-org/llama.cpp to v8843 - autoclosed by @renovate[bot] in #21
  • Update dependency ggml-org/llama.cpp to v8846 by @renovate[bot] in #22
  • Update GitHub Artifact Actions (major) by @renovate[bot] in #23

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 14:02

Portable bundle (standalone, ~1 GB)

Lux + luxd + llama-server + pre-downloaded henrywangxf/lux weights (Q4_K_M GGUF) — extract and run, no system install or network required.

Download: https://huggingface.co/henrywangxf/lux-portable/resolve/main/lux-portable-linux-x86_64-v0.2.0.tar.gz

tar xzf lux-portable-linux-x86_64-v0.2.0.tar.gz
cd lux-portable-linux-x86_64/
./lux

Raw binaries

Attached below. Requires an existing OpenAI-compatible LLM server (Ollama or llama-server); see the repo README for install steps.

What's Changed

  • Configure Renovate by @renovate[bot] in #1
  • Update Rust crate clap to v4.6.1 by @renovate[bot] in #2
  • Update Rust crate tokio to v1.52.1 by @renovate[bot] in #3
  • Update actions/cache action to v5 by @renovate[bot] in #7
  • Update actions/checkout action to v6 by @renovate[bot] in #8
  • Update Rust crate toml to 0.9 by @renovate[bot] in #6
  • Update softprops/action-gh-release action to v3 by @renovate[bot] in #12
  • Update extractions/setup-just action to v4 by @renovate[bot] in #9
  • Update GitHub Artifact Actions (major) by @renovate[bot] in #10
  • Update Rust crate toml to v1 by @renovate[bot] in #11
  • Update actions/checkout action to v6 by @renovate[bot] in #13
  • Update actions/upload-artifact action to v7 by @renovate[bot] in #14
  • Update Rust crate reqwest to 0.13 by @renovate[bot] in #5
  • Add portable-bundle release path by @henrywang in #15
  • Add bootc VM test target and wire both targets into CI by @henrywang in #16
  • Point default model at hf.co/henrywangxf/lux by @henrywang in #17
  • OpenAI http backend by @henrywang in #18

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 07:00