Wove v0.11.0 — Function Reference

SliTaz natural-language system assistant (FR/EN). Two paths: instant matcher (regex/keywords) + local LLM (Gemma 3 / TinyLlama).
Env vars: WOVE_DRY_RUN=1 (dry run) · WOVE_YES=1 (skip confirmations).

Safety levels

LevelCategoryConfirmation
L1Read-only (df, free, list…)none
L2Writes / network (install, wifi…)type y
L3Destructive (remove, reboot, shutdown)type yes twice

Packages

install_package L2 root

Install a package via tazpkg

tazpkg get-install {package}
FR installe gimpFR ajoute le paquet firefoxEN install gimpEN add the firefox package

remove_package L2 root

Remove an installed package

tazpkg remove {package}
FR désinstalle gimpFR supprime le paquet vlcEN remove gimpEN uninstall vlc

update_system L2 root

Refresh package list then upgrade all installed packages

tazpkg recharge && tazpkg up
FR mets à jour le systèmeFR mise à jourEN update systemEN upgrade all packages

refresh_repos L2 root

Refresh the packages list from the configured mirror (tazpkg recharge)

tazpkg recharge
FR recharge la liste des paquetsFR rafraîchis le miroirEN refresh package listEN recharge mirror

list_installed L1

List installed packages

tazpkg list
FR liste les paquets installésEN list installed packages

search_package L1

Search packages by name + description (via spk-search)

spk-search {query} --raw
FR cherche un éditeur d'imageFR recherche firefoxEN search for an image editorEN find firefox

package_info L1

Show information about a package (tazpkg info)

tazpkg info {package}
FR infos sur firefoxFR détails du paquet gimpEN info about firefoxEN package details gimp

set_mirror L2 root

Set the active spk packages mirror URL (idempotent, via Trame)

trame mirror set {url} --json
FR change le miroir en http://mirror.slitaz.org/packagesFR ajoute le miroir http://mirror.slitaz.org/packages/cooking/FR règle le miroir des paquetsEN set package mirror to http://mirror.slitaz.org/packagesEN add mirror http://mirror.slitaz.org/packages/cooking/EN change the mirror url

System

show_disk_usage L1

Show disk usage

df -h
FR espace disqueFR combien d'espace libreEN disk usageEN free space

show_memory L1

Show memory usage

free -m
FR mémoireFR utilisation ramEN memoryEN ram usage

system_info L1

Show distro, kernel, hostname, uptime and RAM (via Trame)

trame system info --json
FR infos systèmeFR quelle versionEN system infoEN which version

show_processes L1

Show top processes sorted by CPU usage (BusyBox top, single iteration)

top -bn1 | head -n {n}
FR processusFR qu'est-ce qui tourneFR qui consommeEN processesEN what's runningEN cpu usage

show_logs L1

Show recent kernel/system messages (dmesg ring buffer — SliTaz has no journalctl)

dmesg | tail -n {n}
FR logsFR affiche les logsFR dernières erreursEN show logsEN kernel messages

show_network L1

List network interfaces with state, MAC and addresses (via Trame)

trame network show --json
FR réseauFR mon ipFR configuration réseauEN networkEN my ipEN ip address

Services

service_start L2 root

Start a system service (idempotent, via Trame)

trame service start {service} --json
FR démarre le serveur webFR lance httpdEN start httpdEN start the network

service_stop L2 root

Stop a running system service (idempotent, via Trame)

trame service stop {service} --json
FR arrête httpdFR stoppe le serveur sshEN stop httpdEN stop dropbear

service_restart L2 root

Restart a system service (via Trame)

trame service restart {service} --json
FR redémarre le réseauFR relance httpdEN restart networkEN restart httpd

list_services L1

List all SysV services with running and enabled state (via Trame)

trame service list --json
FR quels services sont disponiblesFR liste des servicesEN list servicesEN available services

Network

configure_wifi L2 root

Interactive Wi-Fi setup: scan, pick a network, prompt for the password if needed, connect, then show status (orchestrated flow on top of trame wifi).

null
FR configure le wifiFR connecte-moi au wifiEN configure wifiEN connect to wifi

Power

reboot_system L3 root

Reboot the system (destructive: all unsaved work will be lost)

reboot
FR rebootFR redémarre le systèmeEN rebootEN restart system

shutdown_system L3 root

Power off the system (destructive: all unsaved work will be lost)

poweroff
FR éteinsFR arrête le systèmeEN shutdownEN power off