Clone with Git
Recommended if Git is already installed.
git clone https://github.com/cenedrilsystems-ship-it/FuzzyClaw-Reticulated.git
cd FuzzyClaw-Reticulated
bash install.shFuzzyClaw / Reticulated / Available now
Run the workspace. Hold the context. Control the link.
Developed by Cenedril Labs, FuzzyClaw Reticulated is a private local AI workspace and operator-controlled Reticulum communications console. It runs on your machine, keeps its workspace local, and launches a browser interface bound to localhost.
Installation
Follow the exact path below. FuzzyClaw builds a private environment inside the extracted folder.
Download the ZIP from the official GitHub repository.
Right-click the ZIP and choose Extract All. Do not run FuzzyClaw from inside the ZIP viewer.
Open the newly extracted folder.
Double-click Install-FuzzyClaw.cmd.
Keep the installer window open until verification completes and FuzzyClaw launches.
For later launches, double-click FuzzyClaw.vbs for a quiet launch or start.bat for visible diagnostics.
If anything fails, check data/launcher.log.
Windows cannot set up FuzzyClaw correctly if the installer is run from inside the compressed-folder viewer.
Recommended if Git is already installed.
git clone https://github.com/cenedrilsystems-ship-it/FuzzyClaw-Reticulated.git
cd FuzzyClaw-Reticulated
bash install.shExtract the download and open a terminal in the folder.
cd /path/to/FuzzyClaw-Reticulated-main
bash install.sh./start.sh./start.sh --no-browserFirst run
The first run may download roughly 650 MB, plus the required Python packages.
FuzzyClaw creates a private Python environment inside the extracted folder.
The browser console binds to localhost rather than a public network address.
Re-running the installer is safe and can repair or resume interrupted setup.
Runtime, model, generated data, and workspace files stay local to the FuzzyClaw installation folder.
Verify / Repair
Use the installer to verify an existing installation, repair missing pieces, or run a deeper diagnostic pass.
bash install.sh --verify-only
bash install.sh --install-only
bash install.sh --verify-only --deep-verifyLocal model
FuzzyClaw runs GGUF models. The default installer downloads a compact local model. Advanced users can place another .gguf file in models/ or paste an absolute model path during setup.
bash install.sh --no-modelAdvanced setup
Add an option after bash install.sh. Each flag keeps the setup explicit and operator-controlled.
--no-modelPrepare the app for a user-supplied GGUF model.
--no-speechSkip local speech and transcription packages.
--no-radioUse a UI-only recovery path without Reticulum or LXMF packages.
--source-runtimeBuild the pinned CPU runtime from source if the portable runtime does not work.
--no-browserStart without opening a browser automatically.
Troubleshooting
Run the installer through Bash or mark both launch scripts as executable.
bash install.sh
# or
chmod +x install.sh start.shThe installer will try to install system foundations through the available package manager. Keep the terminal open and approve the system package prompt if one appears.
Launch start.bat to keep diagnostics visible, then review data/launcher.log. You can safely run Install-FuzzyClaw.cmd again.
Use --no-radio as a UI-only recovery path. This skips Reticulum and LXMF packages so you can confirm the rest of the application works.
Keep the launcher running and open the localhost address it reports. On Linux, avoid --no-browser unless you intentionally want a headless launch.
Ready when you are
The installer handles the private environment, local runtime, model, and verification.