Views
No views yet
1wget https://huggingface.co/henrywangxf/lux-portable/resolve/main/lux-portable-linux-x86_64-latest.tar.gz
2tar xzf lux-portable-linux-x86_64-latest.tar.gz
3cd lux-portable-linux-x86_64/
4./luxlux # interactive CLI / REPL
luxd # background monitoring daemon (optional)
llama-server # local inference server (llama.cpp)
libggml*.so # shared libs loaded by llama-server ($ORIGIN rpath)
libllama*.so
libmtmd*.so
models/ # pre-downloaded Q4_K_M GGUF weights
systemd/ # reference unit file for running luxd via systemd --userlux detects the sibling llama-server binary and models/*.gguf and auto-spawns a local inference server on an ephemeral port (with the model's chat template enabled via --jinja). The server terminates when lux exits. Nothing is written outside this directory.lux> install firefox
Installing org.mozilla.firefox from Flathub...
lux> restart nginx
Restarting nginx.service...
lux> show me recent errors in the system log
Apr 17 01:22:15 fedora sshd[1234]: error: Authentication failure...
lux> my disk is almost full
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 100G 89G 11G 89% /rm, dd, etc.) still requires your confirmation in the CLI.lux / luxd: Apache-2.0.llama-server + libggml*/libllama*/libmtmd*: MIT (bundled unmodified from llama.cpp).