Install via npm
npm i -g @gguf/durian
Picks up new skills on the fly, keeps getting sharper over time, remembers what matters, looks back at past conversations, and gradually builds a real picture of who you are.
01
Install the package globally, then run the installer to tailor setup for the current device and terminal.
npm i -g @gguf/durian
gguf-durian
02
Start durian, check its version, update it manually, or remove it entirely.
durian
durian version
durian update
durian uninstall
03
The core command surface for configuration, provider management, gateways, sessions, and diagnostics.
durian setup # Run the full setup wizard
durian model # Choose your LLM provider and model
durian tools # Configure enabled tools
durian config set # Set individual config values
durian gateway setup # Set up messaging platforms
durian gateway status
durian sessions list
durian doctor
04
durian supports local runtimes, cloud APIs, routing layers, and custom OpenAI-compatible endpoints. At least one provider must be configured before use.
durian model
05
Key behavioral details around privacy, provider compatibility, memory, skills, and update behavior.
durian does not collect telemetry, usage data, or analytics. Conversations, memory, and skills are stored locally.
durian works with Ollama, vLLM, llama.cpp server, SGLang, LocalAI, and similar OpenAI-compatible systems.
durian is free and open-source under the MIT license.
Memory stores facts about you, your projects, and preferences. Skills store procedures and reusable step-by-step instructions.
durian update?The update command pulls the latest code and reinstalls dependencies once for the machine, not once per profile. Updated skills are then synced across all profiles automatically.