π§ SliTaz Lab
Cooking repository β packages and ISO images not yet
in the stable release.
Architectures
Use boot-slitaz.sh to boot those iso.
./boot-slitaz.sh slitaz-base-x86_64-cooking.iso
Lab β work in progress
Pieces of the next SliTaz, woven together. Each is its own small,
self-contained tool.
TazLab β
the tool that started this lab
A single POSIX-shell script to build, develop and cook SliTaz packages for
i486, x86_64 or custom environments
from any GNU/Linux host
(Debian, Ubuntu, Archβ¦), using only
mount,
chroot and
qemu β no
proot, no
systemd, no extra
dependencies. The packages and ISOs published here are cooked with it.
Sources:
github.com/pankso/tazlab
- Trame β unified system-administration
backend. One CLI (hostname, services, network, users, time, firewallβ¦) as a
single source of truth for humans, TazPanel V2, and Wove.
- Spk β SliTaz package manager toolset,
multi-arch and BSD-style (one tool per task). Heading to 2.0 with an ncurses
TUI and an optional SQLite index.
- Wove β natural-language sysadmin
assistant (FR/EN). A fast regex/keyword matcher already handles most requests
on its own β no LLM required to be useful. A local LLM (llama.cpp) is an
optional bonus for the rest. Everything runs offline: no cloud, no API keys.
- Navette β terminal AI coding agent in
C, ~4k lines. Drives a small local model to read, edit and run files in your
working directory. Offline by design.
- Toile β the SliTaz daily web browser,
landing in SliTaz 6.0 (and 7.0). GTK 3 / WebKitGTK, C99, suckless-minimal β
one small binary. The goal is simple: rock-solid and stable by the time it
ships. Sources: hg.slitaz.org/toile.
- cook-tui β an ncurses front-end for
cook: type a package name, watch it build, receipt fields live in
a sidebar. Cooks packages even faster and more intuitively than the (proven)
cook itself.
Tisse β goodbye Xorg
A full / light / fast Wayland compositor and desktop for SliTaz,
the future default session replacing Openbox/LXDE. Written in strict C99 against
wlroots 0.18 β small enough to read end-to-end in an afternoon. Pairs
with Toile, the SliTaz browser (tisse = weaves, toile = canvas).
Native Wayland apps, layer-shell panels & wallpapers, 4 workspaces, XWayland
for legacy X11 clients, runtime config reloaded on SIGHUP.
Try it β live ISO
slitaz-tisse-x86_64-cooking.iso
(x86_64, cooking)
boot-slitaz.sh
Boot it in QEMU:
./boot-slitaz.sh slitaz-tisse-x86_64-cooking.iso
β¦or write it to a USB key and boot a real machine. The Tisse session starts on login. First keys:
- Mod+Return β terminal Β·
Ctrl+Space or Mod+D β launcher
- Mod+1β¦4 β switch workspace Β·
Mod+J/K β cycle windows
- Mod+drag β move Β· Mod+right-drag β resize
Β· Mod+Q β close
- F11 β fullscreen Β·
Mod+Shift+E β quit Tisse
(Mod is the Super / Logo key.)