EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. HashCortX
    HashCortX icon

    HashCortX

    AI Coding Assistants

    A local-first, MIT-licensed AI desktop app for macOS with ten workspaces, twelve AI providers, an autonomous coding agent, and multi-agent swarms — no backend, no telemetry, no account required.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and MIT-licensed. No paid tier, no usage caps. You pay AI providers directly, or use Ollama for free.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    VS Code

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsMulti-agent SystemsLocal Inference

    Alternatives

    Bob's CLILoopTroopcomux
    Developer
    Seif HashishCairo, EgyptEst. 2025

    Listed Aug 2026

    About HashCortX

    HashCortX is a native desktop application built with Tauri v2 (Rust + vanilla JavaScript) that brings multi-provider AI chat, an autonomous coding agent, and multi-agent swarms into a single window. Created by independent developer Seif Hashish and released under the MIT license, it is designed around a strict local-first principle: every AI request travels directly from your machine to the provider whose API key you entered, with no HashCortX infrastructure in between. The current release is v2.0.0 (May 2026), weighing 8 MB, and targets macOS Apple Silicon as its primary supported platform.

    What It Is

    HashCortX is an open-source AI workspace that packages ten distinct workspaces — chat, a coding agent, multi-agent swarms, specialist agents, a Python sandbox, financial document analysis, a security scanner, 3D planning, an ERP prototyper, and a virtual project desktop — behind one native window. It supports eleven cloud providers (Groq, Gemini, OpenAI, Anthropic, Moonshot, DeepSeek, Mistral, Cerebras, SambaNova, OpenRouter, NVIDIA NIM) plus Ollama for fully offline use. The codebase is approximately 30,600 lines of JavaScript and 1,820 lines of Rust, with no bundler, no framework, and no minified application code, making it fully auditable.

    The Ten Workspaces

    Each workspace addresses a distinct use case rather than being a generic chat interface:

    • Chats — Multi-provider chat with projects, attachments, slash commands, and full history
    • Agents — Nine built-in specialist agents plus a no-code builder for custom ones
    • Coder — Autonomous coding agent with file tree, real file edits, shell access, and a browser panel
    • Split — One prompt streamed side by side across two models simultaneously
    • 3D Forge — Structured node and mesh plans for game levels and spatial design
    • Finance — Parses statements, CSV, PDF, and XLSX into KPIs and charts; source-grounded to never fabricate numbers
    • Sandbox — Agents scanning untrusted code for malware, prompt injection, and suspicious logic
    • ERP — Describe a workflow, receive a working interactive prototype
    • Agent Swarm — Chain mode, vote mode, and automatic provider failover mid-run
    • Virtual OS — A simulated project desktop that an agent works inside

    Security and Permission Architecture

    The Coder agent's file and shell calls pass through a Rust permission gate (HC.guard.request()) backed by a compiled denylist in security/denylist.rs. Sensitive paths — ~/.ssh, ~/.aws, ~/.gnupg, system directories, and HashCortX's own stored keys — are refused unconditionally, whether the path arrives as a file operation or embedded inside a shell command. Every guarded action is logged to ~/.hashcortx/audit.log. Commands are bounded by a five-minute timeout, closed stdin, and a 512 KB output cap. The README notes that API keys are not encrypted (stored in an app-scoped local directory rather than Keychain) because the build is currently unsigned, and explains the reasoning in full in SECURITY.md.

    Local Knowledge Base and Offline Search

    HashCortX ships the bge-small-en-v1.5 embedding model (MIT-licensed, 34 MB) compiled directly into the binary and run via ONNX Runtime in Rust. This enables semantic search over anything you ingest — results are ranked by both meaning and keyword, then fused, so rare error codes still match exactly while paraphrased questions still surface the right passage. No first-run download is required, no data is sent over the network, and the knowledge base works fully offline from first launch.

    Update: v2.0.0 and Active Development

    The latest downloadable release is v2.0.0 (May 2026). The README explicitly notes that the main branch is ahead of the release — it includes an offline knowledge base, security fixes, and cross-platform work not yet packaged into a DMG. The repository was last pushed on August 4, 2026, and the project roadmap lists code signing and notarization, a new release cut from main, and Permission Guard coverage for Virtual OS and 3D Forge as near-term priorities. HashCortX is part of a four-app local-first ecosystem by the same author, alongside HashCerebrum, HashMeterAi, and Hash D Island, which interoperate through files on disk rather than any shared service.

    HashCortX - 1

    Community Discussions

    Be the first to start a conversation about HashCortX

    Share your experience with HashCortX, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and MIT-licensed. No paid tier, no usage caps. You pay AI providers directly, or use Ollama for free.

    • All ten workspaces
    • 11 cloud AI providers plus Ollama
    • Autonomous coding agent
    • Multi-agent swarms
    • Offline semantic knowledge base

    Capabilities

    Key Features

    • Ten distinct AI workspaces in one native desktop app
    • Supports 11 cloud AI providers plus Ollama for offline use
    • Autonomous coding agent with file edits, shell access, and diff view
    • Multi-agent swarms with chain mode, vote mode, and provider failover
    • Built-in semantic knowledge base using bge-small-en-v1.5 (offline, no download)
    • Rust-based permission gate with compiled denylist for filesystem and shell calls
    • Finance workspace parses CSV, PDF, XLSX into KPIs and charts without fabricating data
    • Python sandbox via Pyodide (CPython on WebAssembly) with pandas, numpy, matplotlib
    • Security sandbox for scanning untrusted code for malware and prompt injection
    • 3D Forge workspace for spatial and game-level planning
    • Split workspace for side-by-side model comparison
    • Nine built-in specialist agents plus no-code custom agent builder
    • No backend, no telemetry, no account required
    • MIT-licensed with no bundler and fully auditable source code
    • Usage logging to local JSONL file with no prompt or file content captured

    Integrations

    Groq
    Gemini
    OpenAI
    Anthropic
    Moonshot
    DeepSeek
    Mistral
    Cerebras
    SambaNova
    OpenRouter
    NVIDIA NIM
    Ollama
    HashMeterAi
    Hash D Island
    Pyodide
    ONNX Runtime
    bge-small-en-v1.5
    API Available
    View Docs

    Demo Video

    HashCortX Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate HashCortX and help others make informed decisions.

    Developer

    Seif Hashish

    Seif Hashish is an independent open-source developer with a pharma and clinical background who builds local-first AI tools under the Hash ecosystem. He created HashCortX, a native AI workspace for macOS, along with HashCerebrum (a medical research workbench), HashMeterAi (a local AI usage meter), and Hash D Island (a MacBook notch activity island). All four apps share the same principles: no cloud infrastructure, no telemetry, and data that stays on the user's machine. His clinical background directly informs the source-grounding and refusal-to-fabricate constraints in the medical and finance modes.

    Founded 2025
    Cairo, Egypt
    1 employees
    Read more about Seif Hashish
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Bob's CLI icon

    Bob's CLI

    Bob's CLI is a terminal-based AI coding assistant from Bob's Workshop (a Seedling company) with a local-first design that can run on-device models so source code stays on your machine.

    LoopTroop icon

    LoopTroop

    A free, open-source local GUI orchestrator that uses LLM councils, Ralph loops, and OpenCode worktrees to automate complex, multi-file coding tasks from ticket to merged code.

    comux icon

    comux

    A CLI tool that runs multiple AI coding agents in parallel using tmux and git worktrees, with a terminal-based control room for reviewing and merging work.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    711 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    295 tools

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    156 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions