The AI world runs on terminals and Python. So we built Kinic into something both agents and humans can use directly, with little to no learning curve. Open beta for Kinic TUI is here.

Karpathy recently had a viral tweet about AI wikis and personal knowledge stores. The concept resonated — but it exposed a real problem: centralized memory can be corrupted, manipulated, and locked away.
AI memory works better in a tamperproof environment, and that's exactly what the Internet Computer provides. With Kinic, your agent's memory lives in WASM canister smart contracts that you control. Not Pinecone. Not Weaviate. Not someone else's cloud. Canisters give you persistent, owned storage with built-in access control — running fully on-chain.
VetKey encryption ensures your memories stay private. Even node operators can't read your data. Combined with tECDSA cross-chain signing, your agent's memory is as sovereign as its identity.
And unlike every other provider, Kinic memory is portable. Spin up a project-specific memory, bring it across devices, use it with any LLM provider. They won't let you do that. Kinic does.
Kinic TUI is a terminal user interface that gives you full control over your AI memory canisters without needing to memorize CLI subcommands. One screen. Five tabs. Everything you need:
Supports Markdown, plain text, JSON, YAML, CSV, and PDF insertion. The chat feature lets you have a conversation grounded in your stored memories — powered by semantic search and retrieval.
Most AI agent tooling assumes you're working in a browser or a notebook. But the people actually building agents live in the terminal. A TUI means:
Kinic TUI is the fastest way to go from zero to a working, on-chain AI memory in under five minutes.
pip install kinic-pydfx identity new <n>kinic-cli --identity <n> --ic tuiFor the fastest first success, start with inline text insertion — it avoids file chooser and PDF conversion setup entirely.
AI memory is a standalone problem with many solutions being proposed by researchers and builders. The Kinic team will continuously port the best technology out there, so you always have the most portable, tamperproof, privacy-preserving AI memory store in existence.
Coming soon: Internet Identity support in TUI, thread management and chat history, a marketplace for shared memory canisters, and deeper integrations for agentic workflows.
GitHub: github.com/ICME-Lab/kinic-cli