Skip to main content

Quick Start

Get started with local large models in just a few simple commands.

Run your first model

# Run a model — downloads, starts server, and chats (all automatic)
csghub-lite run Qwen/Qwen3-0.6B-GGUF

Search for models

You can search for models on CSGHub directly from your terminal:

csghub-lite search "qwen"

Check running models

Models stay loaded in memory for 5 minutes by default after exiting (configurable) for instant reconnection.

csghub-lite ps

Login to CSGHub (Optional)

If you need to access private models, log in first:

csghub-lite login

Interactive Chat Commands

Once in a chat session (via run or chat):

CommandDescription
/bye, /exit, /quitExit the chat
/clearClear conversation context
/helpShow help

End a line with \ for multiline input. Press Ctrl+D to exit.