Skip to content

Repository files navigation

{Clie} — CLI

Screenshot 2025-05-24 at 12 54 09

intelligence, unleashed.
build fast. create smart.

qwen3-32b inference delivers 2,400 tokens/sec with hybrid reasoning and tool support.

what it is

  • CLI — terminal chat completions
  • Integration — compatible with openrouter.ai

quick start

git clone https://github.com/bniladridas/cli.git
cd cli
echo"API_KEY=your_api_key_here"> .env
mkdir build &&cd build
cmake ..
make

run cli

./build/clie --model qwen-3-32b --prompt "you are a helpful assistant."

requirements

  • cmake 3.10+
  • c++17 compiler
  • libcurl, nlohmann/json

macos

brew install cmake curl nlohmann-json

ubuntu/debian

sudo apt install cmake libcurl4-openssl-dev nlohmann-json3-dev

structure

  • src/ — clie source
  • docs/ — license
  • scripts/ — helpers
  • CMakeLists.txt — build config
  • SECURITY.md — security info
  • USAGE_POLICY.md — usage policy

About

CLI tools.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages