ONE UI.
SWARM OF AGENTS.
ZERO LEAKS.
HashCortX is a desktop AI workspace for private agent workflows. Chat, code, prototype systems, run local tools, and coordinate specialized agents from one app on your machine. Built by Seif Hashish in Egypt, published from HashCortX.com, and designed for users who want power without surrendering data.
› founder: Seif Hashish · Egypt · clinical pharmacist, class of 2025 · excellence year
› contact: Hashish.ai@hashcortx.com · domain: HashCortX.com
› desktop profile ok · telemetry disabled by default
⟶ campaign target · promote private desktop AI workflows for builders and operators
⟶ writing product page copy to HashCortX.com · preview ready
Eleven desktop modules. One workspace.
HashCortX turns the desktop into a command center for agents, code, files, local tools, and creative workflows. Each module is built to feel fast, private, and ready for real work.
◇ Chats
Persistent AI conversations for planning, research, and execution, with memory slots and per-thread agent presets.
◇ Agents
Create reusable specialist agents with their own tools, roles, memory, and permission scopes inside the desktop app.
◇ Code
A coding surface that can inspect projects, patch files, run commands, and keep changes scoped to your machine.
◇ Split
Run two model responses side by side, compare output quality, and choose the better answer without leaving the app.
◇ 3D Forge
Turn prompts into 3D concepts, parts, and visual prototypes with export paths for OBJ, GLB, and STL workflows.
◇ Workflow
Build visual agent pipelines, connect steps, run swarm tasks, and keep outputs organized on a canvas.
◇ Sandbox
Run risky code and experiments in disposable environments with snapshots, replay, and clear boundaries.
◇ ERP
Keep lightweight tables for projects, inventory, CRM-style records, and structured data that agents can query.
◇ Agent Swarm
Coordinate multiple specialist agents on one brief, with handoffs, task splitting, and a single operator view.
◇ Virtual OS
A visual operating surface where agents can work with windows, browsers, files, and terminals under your control.
◇ Finance AI
Full-screen financial analysis studio. Attach a bank statement, CSV, PDF, or XLSX and get a structured report with KPIs, charts, transaction table, and actionable recommendations — all calculated from your real data, never invented.
Talk to one app. Coordinate many agents.
Visualize work as it moves through your local agent team. HashCortX makes planning, coding, testing, and review feel like one desktop workflow.
What's in v2.0.
Major releases. Full release notes ship with every install —
hashcortx changelog.
HashCortX desktop app v2.0.
- Open source: Full source code now published on GitHub (Hash-7777/HashCortX) under the MIT license.
- Finance AI: New full-screen financial analysis studio — attach CSV, PDF, or XLSX statements and get structured KPI reports, charts, and actionable recommendations from your real data.
- Eleven desktop modules: Chats, Agents, Code, Split, 3D Forge, Workflow, Sandbox, ERP, Agent Swarm, Virtual OS, and Finance AI.
- Multi-provider auto-routing: Router fallback chain expanded to 10 providers (Groq, Cerebras, SambaNova, OpenRouter, Gemini, OpenAI, Anthropic, DeepSeek, Moonshot, Mistral) — rate limits trigger automatic rerouting.
- All model filters removed: Every mode now accepts any model from your configured APIs. Unsupported capabilities surface as clear error messages instead of silent blocks.
- Fixed: Anthropic models now correctly route through the Anthropic adapter in Coder mode.
- Fixed: GPT-OSS 120B and other newer OpenRouter/Cerebras models now load correctly.
HashCortX desktop app v1.7.
- Desktop shell: Tauri app with a hardened local interface and persistent toolbar.
- Modules: Chats, Agents, Code, Split, 3D Forge, Workflow, Sandbox, ERP, Agent Swarm, and Virtual OS.
- Local stack: vendor libraries ship with the app instead of relying on external CDNs.
- Agent workflow: prompt, code, compare models, build visual pipelines, and run swarm tasks from one UI.
- Brand: HashCortX.com now matches the product identity.
- Contact: Hashish.ai@hashcortx.com for official project communication.
- Removed: vague drone-demo language from the hero terminal.
Product page identity aligned.
- Domain: HashCortX.com is the official product home, routed through Cloudflare.
- Founder: Seif Hashish, Egypt-based clinical pharmacist, class of 2025.
- Distribution: releases are hosted directly on HashCortX.com.
- Positioning: private desktop AI agent app for builders and operators.
- Copy: website messaging now promotes the desktop product, not a generic demo.
First public release.
- Chats: branchable conversations with persistent memory slots and RAG toggle.
- Agents: build, name and persist autonomous agents with their own toolkits.
- Local-first: bring your own weights — runs entirely on your hardware.
- Privacy: paranoid defaults — telemetry off, uplink off, sandbox closed.
Build it yourself — 100% open source.
HashCortX is fully open source. Clone the repo, install the prerequisites for your OS, and build the native desktop app in minutes. No accounts, no telemetry, no waiting for a release.
HashCortX
# 1 — Install prerequisites (run once) $ xcode-select --install $ brew install node $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # 2 — Clone and build $ git clone https://github.com/Hash-7777/HashCortX.git $ cd HashCortX && npm install $ npm run tauri build # App → src-tauri/target/release/bundle/macos/HashCortx.app