Skip to content

qbit-ai/qbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

677 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qbit Logo

Qbit - Open-source agentic IDE

macOS Rust Tauri License: MIT

QuickstartDocsDevelopment


About Qbit

  • Free and open-source.
  • No account or subscription required. Bring your own keys.
  • Fully transparent. No mysteries, no bullshit.
  • Empowers users with information and full control.

Features

Project Management

Organize workspaces with project shortcuts and quick access

Home

Unified Timeline

Seamless conversation with AI, tool results, and terminal output

Timeline

Model Selection

Choose from multiple AI providers and models

Model Selection

Inline Text Editing

Review and edit AI-generated content before applying

Text Editor

Tool Transparency

Full visibility into every tool call and its execution

Tool Details

Sub-agent Execution

Detailed view of sub-agent tasks and their results

Sub-agent Details

Git Integration

Built-in version control with diff visualization

Git Integration


Quickstart

Install (macOS)

brew tap qbit-ai/tap
brew install --cask qbit

Run from source

git clone https://github.com/qbit-ai/qbit.git
cd qbit
just install
just dev

Linux Installation

Install from release build

Download and extract the release build:

curl -L -o qbit_x64.app.tar.gz \
  https://github.com/qbit-ai/qbit/releases/download/v0.2.13/qbit_x64.app.tar.gz

mkdir -p qbit-release

tar -xzf qbit_x64.app.tar.gz -C qbit-release

Add the binary to your PATH (adjust as needed for your system):

sudo install -m 755 qbit-release/qbit /usr/local/bin/qbit

For source builds and Linux prerequisites, see Getting started.


Documentation

Start here:

Using Qbit:

Developing:

Evaluation / benchmarks: