suna
The Autonomous Company Operating System
Kortix
The Open-Source Operating System for Running Autonomous Companies
The best results come from maximum entropy and openness. Give a language model full context — every file, every secret, every integration, every piece of institutional knowledge — and let it run free. For that to work, it needs a proper machine: a real computer running 24/7 where all the context is stored, all the secrets live, all the work accumulates, and all the other agents operate alongside it.
A Kortix is a company. One shared machine where every agent sees the same filesystem, the same databases, the same credentials, the same history. Context isn't siloed per tool or per session — it's shared across the entire system, compounding over time. When your support agent resolves a ticket, your product agent already knows. When your finance agent reconciles an invoice, the context is there for everyone.
The reason this works is that coding agents — agents that operate inside a real computer with bash, a filesystem, and the full power of a Linux machine — are the optimal harness for all knowledge work, not just software engineering. They can write scripts, call APIs, manipulate files, browse the web, run databases, parse documents, generate reports, manage infrastructure — anything a human can do at a terminal. Pair that with agent skills, persistent memory, triggers, and orchestration, and you can build complete agents for sales, finance, operations, legal, recruiting, customer support, and every other function a company needs.
We are building Kortix as our own internal operating system at Kortix to run our own companies and products. Every agent, skill, and workflow we ship is something we use ourselves — battle-tested against real workloads, not demos.
What you get: A cloud computer where AI agents do the actual work of running a company. Full Linux Ubuntu sandbox, persistent memory, 60+ skills, 3,000+ integrations, cron/webhook triggers, multi-channel access. Agents work 24/7 — code, APIs, documents, spreadsheets, infrastructure — whether you're there or not. Everything is Linux, bash, files. The agent runtime is OpenCode.
Quick Start
Run locally on your laptop or on a VPS/server — the installer handles both.
curl -fsSL https://kortix.com/install | bash
The installer will ask where you're running:
- Local machine (laptop/desktop) — binds to
localhost - VPS / Server — binds to
0.0.0.0, accessible over the network
Kortix works best when it can run 24/7 — even when your laptop is closed. We recommend a server or VPS: Kortix Cloud (managed), your own server, or a VPS from Hetzner or JustAVPS.
On any server, just SSH in and run the same install command:
# SSH into your server, then run the same install:
curl -fsSL https://kortix.com/install | bash
After install, manage everything with the kortix CLI:
kortix start Start all services
kortix stop Stop all services
kortix restart Restart all services
kortix logs Tail logs
kortix status Show service status
kortix update Pull latest images and restart
kortix reset Wipe local data and start fresh
kortix uninstall Remove Kortix completely
DEV Commands
같은 카테고리 다른 리소스
Next.js
React 기반 풀스택 프레임워크. App Router + RSC가 사실상 표준.
shadcn/ui
복사-붙여넣기 React 컴포넌트 모음. npm 의존성이 아닌 코드 소유권 모델.
Supabase
PostgreSQL 기반 BaaS. Auth · Realtime · Storage · Edge Functions 통합.
Anthropic MCP
Claude가 외부 도구/데이터에 접근하도록 해주는 프로토콜 표준. 생태계의 근간.