Kcoder
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Uyari
- process.env — Environment variable access in .github/workflows/ci.yml
- process.env — Environment variable access in apps/kcoder-studio/desktop/archive-windows-remote.mjs
- process.env — Environment variable access in apps/kcoder-studio/desktop/build-windows.mjs
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
KCoder — agentic AI coding platform by KunlunMeta: model providers, tool system, permissions & sandbox, long-term memory, skills, MCP, sub-agents, terminal TUI and KCoder Studio desktop app. Source snapshots and Windows installers are published under Releases.
KCoder
KCoder is an agentic AI coding platform built by KunlunMeta Artificial Intelligence Technology (Shanghai) Co., Ltd. It is an engineering-grade agent runtime rather than a wrapper that prints model output to the terminal: model providers, the agent loop, the tool system, permissions and sandboxing, structured long-term memory, Skills, spec-driven workflows, plugin hooks, MCP, sub-agents, session state, a terminal TUI, background daemons, Goal Pro long-objective verification, and desktop/Web/mobile access through KCoder Studio.
This repository is the public source snapshot of KCoder and the home of its installer releases.
Screenshots
Terminal TUI:

KCoder Studio (desktop app):

What is inside
crates/— the Rust workspace: cross-crate contracts (kcoder_types), configuration (kcoder_config), provider transports (kcoder_api), session state (kcoder_state), orchestration (kcoder_engine), tools (kcoder_tools), permissions (kcoder_permissions), hooks and plugins (kcoder_hooks,kcoder_plugins), MCP (kcoder_mcp), specs (kcoder_specs), workflows (kcoder_workflow), memory and skills (kcoder_memory,kcoder_skills), the TUI (kcoder_repl), the binary and app-server (kcoder_cli), and the app-server wire contract (kcoder_app_protocol).apps/kcoder-studio/— KCoder Studio: a Tauri desktop shell with a React renderer, speaking the same app-server JSON-RPC contract used by Web and mobile clients.scripts/andtools/— build, installer and verification helpers used by the release flow.
Install
Windows: download the latest KCoder-Studio-Setup-<version>-win-x64.exe from Releases; a matching SHA256SUMS.txt is published with every build.
From source (Linux/macOS) with a Rust toolchain (Rust 1.95):
git clone https://github.com/KunlunMeta-dev/Kcoder.git
cd Kcoder
scripts/install/installers/cli-release.sh
export PATH="$HOME/.local/bin:$PATH"
kcoder --version
Windows PowerShell uses the local MSVC release build:
git clone https://github.com/KunlunMeta-dev/Kcoder.git
Set-Location Kcoder
scripts/install/installers/cli-release.ps1
The release installer builds from the current checkout: no GitHub Releases or cloud CI access, no sudo, no source .env, no credential import. The first run creates ~/.config/kcoder/settings.json without overwriting existing files.
First run
kcoder config path # where settings live
kcoder auth login --provider <provider> # API keys go to credentials, never to settings
kcoder "summarize this repository"
Providers, endpoints, models and runtime knobs belong to settings.json; API keys belong to credentials.json and are written by kcoder auth. JSONC comments and trailing commas are supported, and settings.schema.jsonc in the same directory provides editor validation.
Releases
Each release publishes the KCoder Studio Windows installer, its .blockmap, and SHA256SUMS.txt. Release tags point at the source snapshot each build was produced from.
License
See LICENSE.
Notes
- The snapshot intentionally excludes the internal documentation tree; product guidance lives in the application (
/help) and inkcoder --help. - Third-party assets keep their own licenses.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi