Demo build — an early preview, not the full release.นี่คือเวอร์ชัน Demo • ยังไม่ใช่ตัวเต็ม กำลังพัฒนาอยู่v0.2.29-demo

Local-first memory for AI codingความจำ local-first สำหรับการเขียนโค้ดด้วย AI

Your AI finally remembers your codebase.ทำให้ AI จำโค้ดเบสของคุณได้ จริง ๆ

Before your AI edits a file, Cosmos recalls the bugs, decisions, and fixes your repo already taught you — all indexed on your Mac, nothing uploaded.ก่อนที่ AI จะแก้ไฟล์ Cosmos จะดึง bug, การตัดสินใจ และ fix ที่ repo ของคุณเคยสอนไว้ออกมาให้ — จัดทำดัชนีบน Mac ของคุณทั้งหมด ไม่มีอะไรถูกอัปโหลด

macOS · Apple SiliconmacOS · Apple SiliconNo card requiredไม่ต้องใช้บัตรDEMO v0.2.29-demo
Cosmos
Search memories (⌘K)…AI
DEMO
lessons.json· .cosmos/lessons.json · 41.0 KB
{
"schema_version": 1,
"project": "Cosmos",
"lesson_count": 20,
"lessons": [
{
"id": "08474424-4787-41de-…-c3d9",
"symptom": "Dev mode stuck on "LOADING FOLDERS…"",
"root_cause": "current_dir() resolves to <repo>/src-tauri…",
"fix": "Use env!("CARGO_MANIFEST_DIR") in dev mode",
"tags": ["tauri", "dev-mode", "sidecar"],
"severity": 1, "pinned": false,
}
]
}
100%
On-deviceทำงานบนเครื่อง
6
Languages parsedภาษาที่ parse ได้
5
AI toolsAI tools
~28
MCP toolsMCP tools
$0
To startเริ่มต้นฟรี

Quick startเริ่มต้นใช้งาน

Get started in 3 stepsเริ่มใน 3 ขั้นตอน

From a fresh Mac to an AI that remembers your code — in minutes.จาก Mac เครื่องเปล่า สู่ AI ที่จำโค้ดคุณได้ — ในไม่กี่นาที

  1. 1

    Install Cosmosติดตั้ง Cosmos

    Drag the app to /Applications, then clear the macOS quarantine flag.ลากแอปลง /Applications แล้วเคลียร์ quarantine flag ของ macOS

    xattr -cr /Applications/Cosmos.app
  2. 2

    Connect your AI toolเชื่อม AI tool ของคุณ

    Add the MCP server (the first-launch wizard does this automatically).เพิ่ม MCP server (wizard ตอนเปิดครั้งแรกทำให้อัตโนมัติ)

    {"mcpServers":{"cosmos":{"command":"/Applications/Cosmos.app/Contents/Resources/start-mcp.sh"}}}
  3. 3

    Ask & rememberถาม แล้วให้มันจำ

    Ask your AI anything about the repo — then say “remember this” after a fix.ถาม AI เรื่อง repo ได้ทุกอย่าง — แล้วพิมพ์ “remember this” หลังแก้บั๊ก

    What past fixes should I know before editing this project?

v0.2.29-demo

Integrationsการเชื่อมต่อ

Connect any AI coding toolเชื่อมกับ AI coding tool ตัวไหนก็ได้

One MCP server. Pick your tool to see where the config goes.MCP server เดียว — เลือก tool ของคุณเพื่อดูว่าใส่ config ที่ไหน

mcp config · Claude Codemcp config · Claude Code
Config file:ไฟล์ config:.mcp.json (in your project root)
{
  "mcpServers": {
    "cosmos": {
      "command": "/Applications/Cosmos.app/Contents/Resources/start-mcp.sh"
    }
  }
}

The first-launch wizard writes this for you — Integrations → AI Coding Tools.wizard ตอนเปิดครั้งแรกเขียนให้อัตโนมัติ — Integrations → AI Coding Tools

Code-awareเข้าใจโครงสร้างโค้ด

It understands your stackเข้าใจ stack ที่คุณใช้

Real tree-sitter ASTs — symbols, callers, and call graphs, not just text search — for the languages you actually write.ใช้ tree-sitter AST จริง — ดึง symbol, caller และ call graph ได้ ไม่ใช่แค่ค้นข้อความ — ในภาษาที่คุณเขียนจริง

  • Python
  • TypeScript
  • JavaScript
  • Rust
  • Kotlin
  • Dart

Powered by tree-sitter · more languages on the wayขับเคลื่อนด้วย tree-sitter · ภาษาอื่น ๆ กำลังตามมา

Memory recallการเรียกคืนความจำ

See it workดูตอนใช้งานจริง

Ask your AI a question — Cosmos quietly hands it the lessons your repo already taught you.ถาม AI ของคุณ — Cosmos จะส่ง lesson ที่ repo เคยสอนไว้ให้แบบเงียบ ๆ

Example chat: the AI recalls a past fix from this repo via Cosmos.ตัวอย่างแชต: AI เรียกคืน fix ที่เคยเกิดใน repo นี้ผ่าน Cosmos
AI coding assistantผู้ช่วยเขียนโค้ด AI
via Cosmos MCP
What past fixes should I know before editing this project?มี fix หรือบั๊กอะไรที่ควรรู้ก่อนแก้ project นี้ไหม?
Youคุณ

→ find_relevant_code() · via Cosmos

Heads up — last time, the sidecar froze after the embedded terminal closed. Root cause: the PTY was never released, so the REST loop blocked. Fix: dispose the PTY on close before the loop runs.เตือนไว้ก่อน — คราวที่แล้ว sidecar ค้างหลังจากปิด embedded terminal ลงไป สาเหตุที่แท้จริงคือ PTY ไม่เคยถูกปล่อย REST loop เลยถูกบล็อก วิธีแก้: dispose PTY ตอนปิดก่อนที่ loop จะเริ่มทำงาน

Recalled from this repo’s memoryดึงจากความจำของ repo นี้

Why Cosmosทำไมต้อง Cosmos

Built for how you actually codeออกแบบมาเพื่อวิธีที่คุณเขียนโค้ดจริง

Local-first & on-deviceLocal-first ทำงานบนเครื่อง

Indexed entirely on your Mac. Nothing is ever uploaded.จัดทำดัชนีบน Mac ของคุณทั้งหมด ไม่มีอะไรถูกอัปโหลด

Recalls past fixesจำ fix เก่า ๆ ได้

Every bug you fix becomes a lesson your AI inherits next time.ทุกบั๊กที่คุณแก้ กลายเป็น lesson ที่ AI ดึงไปใช้ครั้งหน้า

Code-aware, not just textเข้าใจโครงสร้างโค้ด ไม่ใช่แค่ค้นข้อความ

Symbols, callers, call graph, and diffs — real structure.symbol, caller, call graph และ diff — โครงสร้างจริง

Register for an early-bird discountลงทะเบียนรับส่วนลดผู้ใช้กลุ่มแรก

Cosmos Pro goes on public sale in Q3 2026 ($12/mo). Drop your email and we'll send you a launch discount code — no card required.Cosmos Pro จะเปิดขายทั่วไปไตรมาส 3 ปี 2026 ($12/เดือน) ใส่อีเมลไว้ แล้วเราจะส่งโค้ดส่วนลดตอนเปิดตัวให้ — ไม่ต้องใช้บัตร

Alpha is live now · public sale Q3 2026Alpha เปิดแล้ววันนี้ · ขายทั่วไปไตรมาส 3 ปี 2026

Frequently asked questionsคำถามที่พบบ่อย

Is Cosmos free to use?
Yes. Cosmos is free to download and run on your Mac for on-device indexing and memory. Pro — cloud backup, daily auto-backup, one-click restore, and priority support — is $12/mo or $108/yr; it is live for alpha invitees, with public sale in Q3 2026.
Does my code or data leave my machine?
No. Cosmos is local-first and on-device: it indexes your repositories and notes on your Mac, and nothing is uploaded. Pro cloud backup is opt-in and travels encrypted over TLS.
Which AI coding tools does Cosmos work with?
Cosmos connects to Claude Code, Cursor, Cline, Windsurf, and Gemini CLI through its MCP server, so any of them can recall your symbols, text, and past error-and-fix lessons.
Which operating systems are supported?
Cosmos is a macOS app built with Tauri, optimized for Apple Silicon. Support for other operating systems is in development.

Ready to dig in?พร้อมลงรายละเอียดแล้ว?

Full install, MCP setup, multi-agent workspaces, Pro backup, and troubleshooting guides.คู่มือติดตั้งฉบับเต็ม, ตั้งค่า MCP, multi-agent workspaces, Pro backup และการแก้ปัญหา