Qqcode banner
qnguyen3 qnguyen3

Qqcode

Development community

Description

A lightweight CLI coding agent focused on speed, determinism, and developer control

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

QQcode

[![PyPI Version](https://img.shields.io/pypi/v/qqcode)](https://pypi.org/project/qqcode) [![Python Version](https://img.shields.io/badge/python-3.12%2B-blue)](https://www.python.org/downloads/release/python-3120/) [![CI Status](https://github.com/qnguyen3/qqcode/actions/workflows/ci.yml/badge.svg)](https://github.com/qnguyen3/qqcode/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/qnguyen3/qqcode)](https://github.com/qnguyen3/qqcode/blob/main/LICENSE)

  ▇▇▇▇      ▇▇▇▇
▇▇    ▇▇  ▇▇    ▇▇
▇▇    ▇▇  ▇▇    ▇▇
▇▇  ▇▇▇▇  ▇▇  ▇▇▇▇
  ▇▇▇▇▇▇    ▇▇▇▇▇▇

**Open-source CLI coding assistant.**

QQcode is a command-line coding assistant powered by AI models. It provides a conversational interface to your codebase, allowing you to use natural language to explore, modify, and interact with your projects through a powerful set of tools.

Support: MacOS, Linux, Windows (Experimental).

Acknowledgement

QQcode is a fork of [Mistral Vibe](https://github.com/mistralai/mistral-vibe), the original CLI coding assistant developed by Mistral AI.

One-line install (recommended)

**Linux and macOS**

curl -LsSf https://raw.githubusercontent.com/qnguyen3/qqcode/main/scripts/install.sh | bash

**Windows**

First, install uv

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Then, use uv command below.

Using uv

uv tool install qqcode

Using pip

pip install qqcode

Features

  • Interactive Chat: A conversational AI agent that understands your requests and breaks down complex tasks.
  • Powerful Toolset: A suite of tools for file manipulation, code searching, version control, and command execution, right from the chat prompt.
    • Read, write, and edit files.
    • Execute shell commands in a stateful terminal (bash).
    • Recursively search code with grep (with ripgrep support).
    • Manage a todo list to track the agent's work.
    • Agent Skill