koishijs/koishi

Cross-platform chatbot framework made with love

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 10th, 2026
Created on December 3rd, 2019
Open Issues & Pull Requests: 106 (+0)
GitHub issues: Enabled
Number of forks: 345
Total Stargazers: 6,195 (+0)
Total Subscribers: 29 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 29.9 hours
Mean response time: 37.3 days
90th percentile: 77.8 days
Tracked items: 55

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 84% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 51% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 38
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 502 days
Stale 30+ days: 24
Stale 90+ days: 24

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (59)
  • feature (8)
  • has solution (5)
  • await feedback (3)
  • domain: tests (2)
  • next (2)
  • stale (2)
  • adapter: dingtalk (1)

Detailed Description

Koishi is a cross-platform chatbot framework that enables developers to build bots across multiple messaging services with a unified codebase.

The framework addresses the fragmentation problem of building chatbots for different platforms by providing a single abstraction layer that works with QQ, Telegram, Discord, Feishu, Line, Matrix, and other services. It handles multi-account support and cross-platform data synchronization, so developers write plugin logic once rather than reimplementing for each platform. The approach centers on a plugin architecture where functionality is modular and composable, backed by a web-based control console that allows both configuration and runtime monitoring without touching code.

Koishi suits developers who want to deploy bots across multiple platforms without maintaining separate implementations, and teams building complex interactive applications that need robust plugin ecosystems. The framework is particularly valuable for those who value TypeScript's type safety, as the entire codebase is written in TypeScript with comprehensive type hints that reduce the need for documentation lookups. The control console makes it accessible to non-programmers for basic setup and plugin installation, while the plugin marketplace reduces friction for extending functionality. The project explicitly emphasizes developer experience through features like hot module reloading during development, eliminating the need to restart the bot after code changes.

Development activity shows consistent investment in reliability and testing infrastructure, with all core functionality covered by unit tests that serve as both validation and reference implementations for plugin developers. The project maintains detailed documentation and contribution guidelines, indicating sustained attention to onboarding and community participation. The framework has accumulated a substantial plugin ecosystem spanning platform adapters, databases, storage solutions, and business logic, suggesting active ongoing development and community contribution over an extended period.