Chevey339/kelivo

▲ 11 stars today★ 3,995⑂ 441

A Flutter LLM Chat Client. Support Mobile & Desktop.

About Chevey339/kelivo

Chevey339/kelivo is an open-source project on GitHub, mainly written in Dart. A Flutter LLM Chat Client. Support Mobile & Desktop. It currently holds 3,995 stars and 441 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the Today's Trending board, currently at rank #54 with 11 new stars today.

GitHub Repository Details

Repository Chevey339/kelivo · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

https://github.com/Chevey339/kelivo/blob/HEAD/Kelivo

Kelivo

An open-source LLM client for mobile and desktop.

Use every major model in one app, give it a workspace to get real work done, and keep your data on your own device.

https://github.com/Chevey339/kelivo/blob/HEAD/Latest release https://github.com/Chevey339/kelivo/blob/HEAD/Downloads https://github.com/Chevey339/kelivo/blob/HEAD/Stars https://github.com/Chevey339/kelivo/blob/HEAD/License https://github.com/Chevey339/kelivo/blob/HEAD/Built with Flutter

https://github.com/Chevey339/kelivo/blob/HEAD/Discord https://github.com/Chevey339/kelivo/blob/HEAD/QQ Group

https://github.com/Chevey339/kelivo/blob/HEAD/Chevey339%2Fkelivo | Trendshift

Website · User Guide · Download · Report an Issue

English · 简体中文

💡 Overview

Kelivo is a cross-platform LLM client built with Flutter for Android, iOS, macOS, Windows and Linux. Connect your own API keys or sign in with a supported subscription, and switch between OpenAI, Gemini, Claude, DeepSeek, OpenRouter and any OpenAI-compatible service without switching apps.

Kelivo goes beyond chat. Models can search the web, call MCP servers, follow skills and remember what matters to you. Bind a conversation to a workspace and the model can read and edit files and run commands: inside a Linux sandbox on your phone, or in a native shell on your computer.

Conversations, settings and files are stored locally. Kelivo has no account system of its own; back up to WebDAV or S3-compatible storage whenever you choose.

💖 Sponsors

siliconflow.cn Thanks to siliconflow.cn for providing free models in cooperation with us.
https://github.com/Chevey339/kelivo/blob/HEAD/随想AI中转
随想AI中转
感谢随想AI中转对本项目的赞助!随想AI中转 是一家可靠高效的 API 中继服务提供商,提供 Claude、Codex、Gemini 等的中继服务。注重隐私的中转站·无数据倒卖·无模型掺水,隐私,透明,极速售后。新账户注册每日签到就送 0.5 元测试额度,充值额度 1:1,无需订阅,按量付费。多线路冗余、跨区域容灾、自动故障切换,长链路 SSE 不中断。99.9% 可用性,关键调用从不掉队。
https://github.com/Chevey339/kelivo/blob/HEAD/MaruCode MaruCode 是一家偶尔做做慈善的小破站 API,自营号池,主要提供 Codex、Claude Code、GPT Image 等主流模型,支持 Websocket 协议,明码标价(Codex 0.25x, CC 1.5x),透明汇率(1:1),新用户注册送 2 刀生图工作台🖼️

If Kelivo is useful to you, you can also support the project on WeChat.

📸 Screenshots

https://github.com/Chevey339/kelivo/blob/HEAD/Chat with Markdown, tables and math https://github.com/Chevey339/kelivo/blob/HEAD/Agent working in a workspace https://github.com/Chevey339/kelivo/blob/HEAD/Terminal in the Linux sandbox https://github.com/Chevey339/kelivo/blob/HEAD/Web search with citations

🚀 Download

| Platform | Get Kelivo | Package | Requirements | | --- | --- | --- | --- | | iOS / iPadOS | App Store · TestFlight (beta) | App Store, or unsigned IPA in Releases | iOS 15.0 or later | | Android | GitHub Releases | APK (arm64-v8a, armeabi-v7a, x86_64) | Android 7.0 or later | | macOS | GitHub Releases | DMG | macOS 11.0 or later, Apple silicon or Intel | | Windows | GitHub Releases | Installer (setup.exe) or portable ZIP | Windows 10 or 11 | | Linux | GitHub Releases | AppImage, DEB, RPM, tar.gz | x86_64 | | HarmonyOS | kelivo-ohos | Maintained in a separate repository | — |

The download page on the website lists the same builds.

🧭 Getting Started

1. Add a model provider. Open Settings → Providers, enter an API key for a preset provider or add your own endpoint, then fetch its model list. To use a ChatGPT, Grok or Kimi Code account instead, sign in from the Accounts tab under Add Provider. 2. Start a conversation. Select a model from the input bar. Turn on web search, MCP servers, tools or reasoning for the current chat from the same bar. 3. Let the model work with files (optional). Open Settings → Workspace & environment and create a workspace, then bind it to a conversation from the chat. On Android and iOS, install the Linux environment on the same page first; the iOS environment is bundled with the app, so nothing is downloaded.

The User Guide (Chinese) covers providers, memory, world books and more.

✨ Features

🧠 Models and Providers

🤖 Agent and Workspaces

🧩 Assistants, Memory and Context

🔍 Search, Voice and Vision

📝 Reading and Organizing

🎨 Appearance

🔒 Data and Privacy

🔗 System Integration

📊 Platform Differences

Most features work on every platform. These depend on the operating system:

| Capability | Android | iOS | macOS / Windows / Linux | | --- | --- | --- | --- | | Workspace runtime | Linux sandbox (PRoot) | Linux sandbox (iSH) | Native shell | | Linux distributions | Ubuntu, Debian, Alpine or imported rootfs | Alpine (included) | — | | Terminal | In-app | In-app | System terminal | | Access to outside folders | Up to 10 mounted folders | Up to 10 mounted folders | Link any local folder | | MCP over STDIO | In sandbox | In sandbox | Native | | Scheduled tasks | ✓ | — | ✓ | | Background generation | Notification, Live Updates, floating capsule | Extra background time, Live Activities | While Kelivo is running | | Platform-specific device tools | Calendar, location, screen time | Calendar, location, weather, reminders, Health | — | | Global shortcut and system tray | — | — | ✓ |

On desktop, workspace commands run with your user account's permissions and are not sandboxed. Keep command approval turned on for workspaces that contain important files.

🔧 Building from Source

Requirements

git clone https://github.com/Chevey339/kelivo.git
cd kelivo
flutter pub get
flutter run

Several packages are vendored under dependencies/ and referenced by path, so no extra setup is needed for them. See AGENTS.md for the project structure and code conventions.

🤝 Contributing

Issues and pull requests are welcome. Before opening a pull request, run the same checks as CI:

dart format lib test
dart analyze --fatal-infos lib test
flutter test

🙏 Acknowledgements

Full third-party notices for the sandbox components are in ios/sandbox/NOTICE and android/app/src/main/jniLibs/NOTICE.

⭐ Star History

Star History Chart

📄 License

Kelivo is licensed under the GNU Affero General Public License v3.0.

GitHub Stars & Activity

3,995Stars
441Forks
0Open issues
DartLanguage

GitHub Popularity

GitHub stars3,995
Forks441
Open issues0
Primary languageDart
License-
Stars gained today11
Created-
Last pushed-

Trending History

Daily boardrank #54 · ▲ 11 stars

Related AI Projects

1

affaan-m / ECC

JavaScript★ 263,267⑂ 39,395▲ 1,012 stars
2

NousResearch / hermes-agent

Python★ 247,332⑂ 51,995
3

tensorflow / tensorflow

C++★ 200,205⑂ 76,961▲ 28 stars
4

Significant-Gravitas / AutoGPT

Python★ 187,453⑂ 46,009▲ 30 stars
5

anthropics / claude-code

TypeScript★ 146,908⑂ 23,988▲ 483 stars
6

ggml-org / llama.cpp

C++★ 128,915⑂ 23,479▲ 140 stars
7

addyosmani / agent-skills

JavaScript★ 97,396⑂ 10,274▲ 556 stars
8

microsoft / ML-For-Beginners

Jupyter Notebook★ 90,748⑂ 22,371▲ 77 stars

More AI Rankings