Files
sergio f63e78141d feat: nahual standalone — visores open-with sobre Llimphi (front-door, git-dep al monorepo)
Stack de visores extraído como front-door limpio: solo los crates nahual-*
(shell open-with + ~14 visores: texto/imagen/audio/video/svg/mapa/fuente/hex/
tabla/markdown/archivo/card/gallery/árbol + cores + meta-runtime). Todo lo
fundacional (discern, decoders media, fuentes content-addressed, hojas shared)
y Llimphi se consumen por git-dep del monorepo gioser.git — cero vendoring.
cargo check --workspace pasa (0 errores).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 11:32:14 +00:00
..

nahual

nahual (Nahuatl: companion spirit). Everyday viewers over Llimphi.

Minimal set of viewers a desktop user expects: file shell, text viewer, image viewer. Built on the same UI framework; share preferences with the rest of the monorepo via wawa-config. Plus a meta-runtime to define new viewers via schema without writing Rust from scratch.

Install

cargo run --release -p nahual-shell-llimphi
cargo run --release -p nahual-file-explorer-llimphi
cargo run --release -p nahual-text-viewer-llimphi
cargo run --release -p nahual-image-viewer-llimphi

Compatibility

  • Linux / macOS / Windows — native Llimphi UI.
  • Wawa — viewers compile inside the kernel; file explorer speaks wawa-fs.

Crates listed in README.md.

Considerations

  • Viewers, not editors. Edit the file → nada. Edit the image → pineal or external.
  • The meta-runtime lets you define a viewer in JSON and get a Llimphi app without code.