← Browse

@sandai-org/kian

C

An OpenClaw you can use right after download and install 🦞

mcp_servermcp

Install

agr install @sandai-org/kian --target claude

This artifact does not publish files for Claude.

Document

{ "name": "kian", "productName": "Kian", "version": "0.1.0", "private": true, "description": "Kian is a multi-agent collaboration system.", "author": { "name": "Lei Sun", "email": "sunlei@sand.ai" }, "license": "AGPL-3.0-only", "repository": { "type": "git", "url": "git+https://github.com/SandAI-org/kian.git" }, "homepage": "https://github.com/SandAI-org/kian", "bugs": { "url": "https://github.com/SandAI-org/kian/issues" }, "main": "out/main/index.js", "scripts": { "dev": "electron-vite dev", "build:weixin-adapter": "pnpm --filter @kian/weixin-adapter build", "build": "pnpm run build:weixin-adapter && electron-vite build", "build:mac": "node ./scripts/package-app.js --mac --universal --config", "build:win": "node ./scripts/package-app.js --win --config", "build:linux": "node ./scripts/package-app.js --linux --config", "preview": "electron-vite preview", "typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.node.json", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@ant-design/icons": "^6.0.0", "@aptabase/electron": "^0.3.1", "@earendil-works/pi-ai": "^0.80.6", "@earendil-works/pi-coding-agent": "^0.80.6", "@fluentui/react-file-type-icons": "^8.18.0", "@hookform/resolvers": "^5.2.1", "@kian/weixin-adapter": "workspace:", "@larksuiteoapi/node-sdk": "^1.59.0", "@modelcontextprotocol/sdk": "^1.27.1", "@monaco-editor/react": "^4.7.0", "@tanstack/react-query": "^5.85.6", "antd": "^5.27.1", "beautiful-mermaid": "^1.1.3", "electron-updater": "^6.8.3", "fast-json-patch": "^3.1.1", "fix-path": "^5.0.0", "github-markdown-css": "^5.9.0", "highlight.js": "^11.11.1", "jmespath": "^0.16.0", "katex": "^0.16.45", "modern-screenshot": "^4.7.0", "monaco-editor": "^0.55.1", "protobufjs": "^7.5.4", "react": "^19.1.1", "react-dom": "^19.1.1", "react-hook-form": "^7.62.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.8.2", "rehype-highlight": "^7.0.2", "rehype-katex": "^7.0.1", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "simplebar": "^6.3.3", "simplebar-react": "^3.3.2", "slate": "^0.124.1", "slate-history": "^0.113.1", "slate-react": "^0.124.2", "uuid": "^11.1.0", "zod": "^4.1.0", "zustand": "^5.0.8" }, "devDependencies": { "@playwright/test": "^1.55.0", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@types/jmespath": "^0.15.2", "@types/node": "^24.3.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.7.0", "autoprefixer": "^10.4.21", "electron": "^37.2.5", "electron-builder": "^26.8.1", "electron-vite": "^3.1.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", "typescript": "^5.9.2", "vite": "^5.4.19", "vitest": "^3.2.4" }, "build": { "appId": "com.heykian.desktop", "productName": "Kian", "directories": { "buildResources": "build", "output": "release/${version}" }, "files": [ "out/**/", "default-system-prompt.md", "default-main-system-prompt.md", "default-avatar-system-prompt.md", "skills//*", "skills//.skill.json" ], "afterSign": "./scripts/afterSign.js", "asar": true, "asarUnpack": [ "node_modules/koffi/build/koffi/darwin_/.node" ], "publish": [ { "provider": "generic", "url": "https://sandai-fe-builds.oss-cn-hongkong.aliyuncs.com/kian-releases" } ], "mac": { "icon": "icons/icon.icns", "category": "public.app-category.productivity", "minimumSystemVersion": "12.0.0", "target": [ "dmg", "zip" ] }, "dmg": { "writeUpdateInfo": true, "background": "build/dmg-background.png", "iconSize": 128, "window": { "width": 660, "height": 420 }, "contents": [ { "x": 172, "y": 272, "type": "file" }, { "x": 490, "y": 272, "type": "link", "path": "/Applications" } ] }, "win": { "icon": "icons/icon.ico", "target": "nsis", "forceCodeSigning": false }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true }, "linux": { "icon": "icons/icon.png", "target": "AppImage" } }, "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be" }

Repository README

Describes SandAI-org/kian as a whole, which may contain artifacts other than this one. Where this artifact had no useful description of its own, its summary was taken from here.

Kian Release

English | δΈ­ζ–‡

An OpenClaw you can use right after download and install 🦞

Visit the official website and download now. πŸ‘‰ https://heykian.com

Core Features

  1. Multi-agent collaboration: different models and different role configurations working together in one unified workflow.
  2. Out-of-the-box document management: record ideas, write faster, and build a knowledge base for your strongest agents.
  3. Scheduled tasks: automate recurring work and routine reminders.
  4. Background long-running tasks: delegate time-consuming work and let it continue in the background.
  5. Built-in app development capabilities: make software creation accessible so you can build small tools and mini games anytime.

License

The Kian Community Edition is governed by the standard AGPL-3.0.

Use of the Kian Community Edition for commercial purposes is permitted, subject to full compliance with the terms and conditions of the AGPL-3.0 license.

Should you require a commercial license that provides an exemption from the AGPL-3.0 requirements, please contact us at sunlei@sand.ai.

Trustgrade C

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • warnPrompt injection1 hit(s): obfuscation

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

    • line 166 β€” Obscured code β€” eval, atob, or an encoded blob
  • warnLicensecopyleft/unknown β€” index-and-link only

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged β€” not that the artifact is safe.

Versions

  • git-097466c655522026-08-06