Skip to content

Synthetic Autonomic Mind

AI tools built for real work.

An ecosystem of free, open-source tools that run on your hardware. SAM is a native macOS assistant for your desktop. CLIO is a terminal agent that reads your code, writes changes, and ships commits. ALICE is a local image-and-audio generator that runs on your GPU.

They share providers, keep your data local, and as a system build themselves.

Every line of CLIO, ALICE, and most of SAM has been written through pair-programming with CLIO itself, following a methodology called the Unbroken Method: investigate before modifying, checkpoint before committing, carry context across sessions instead of resetting. The development tool and the tools it produces are part of the same reflexive loop. CLIO has been maintaining its own codebase since v20260119.1.


What They Are

SAM A native macOS AI assistant. Voice-controlled ("Hey SAM"), document-aware (PDFs, Word, Excel), web-connected, and memory-enabled. Repository
CLIO Terminal-native AI coding agent. Reads your codebase, edits files, runs tests, manages git, coordinates parallel agents across your fleet - from a Raspberry Pi to an M4 Mac. Zero external dependencies. Repository
ALICE Local Stable Diffusion and audio-generation server. Text-to-image, image-to-image, text-to-audio. Runs on NVIDIA, AMD (including Steam Deck), and Apple Silicon. Repository

SAM is built in Swift and SwiftUI. CLIO is built in Perl. ALICE is built in Python with FastAPI.


What They Share

  • Local-first - Run offline with on-device models (MLX, llama.cpp). Only connect to cloud providers when you choose. Your data never leaves your machine unless you decide it should.
  • Tool-powered - They execute real actions: file I/O, git operations, shell commands, web fetches, model downloads, GPU monitoring - not just text completion.
  • Multi-provider - OpenAI, Anthropic, GitHub Copilot, Google Gemini, DeepSeek, MiniMax, OpenRouter, Z.AI, llama.cpp, LM Studio, SAM, or any OpenAI-compatible API. Switch providers mid-conversation.
  • Continuity - SAM remembers conversations across sessions. CLIO retains long-term memory, learned patterns, and project context indefinitely.
  • Self-building - CLIO has been modifying its own codebase under human direction since v20260119.1. It also built all of ALICE and maintains SAM.

Supporting Tools

CLIO-helper A GitHub monitoring daemon powered by CLIO. Reads your repos, triages issues, reviews pull requests, manages stale items, and generates release notes using CLIO's code-analysis tools.

Quick Start

Tool Install Platforms
SAM brew tap SyntheticAutonomicMind/homebrew-SAM && brew install --cask sam macOS 14.0+ (Apple Silicon)
CLIO brew tap SyntheticAutonomicMind/homebrew-SAM && brew install clio macOS, Linux, Windows
ALICE Setup Guide macOS, Linux

Documentation: syntheticautonomicmind.org · Support development: Patreon


AI tools should respect your privacy, be transparent about what they do, and be accessible to everyone. GPL-3.0 for code, CC BY-NC 4.0 for documentation.

Pinned Loading

  1. ALICE ALICE Public

    Artificial Latent Interpretive Creation Engine

    Python 17 3

  2. SAM SAM Public

    Synthetic Autonomic Mind - An AI assistant for everyone.

    Swift 130 6

  3. CLIO CLIO Public

    An AI-assisted coding agent that runs in your terminal and supports many providers and models.

    Perl 231 12

  4. CLIO-helper CLIO-helper Public

    An AI-powered GitHub monitoring daemon

    Perl 1

Repositories

Showing 10 of 10 repositories
  • ALICE Public

    Artificial Latent Interpretive Creation Engine

    SyntheticAutonomicMind/ALICE's past year of commit activity
    Python 17 GPL-3.0 3 0 0 Updated Sep 24, 2026
  • llama.cpp Public Forked from ggml-org/llama.cpp

    LLM inference in C/C++

    SyntheticAutonomicMind/llama.cpp's past year of commit activity
    C++ 0 MIT 24,196 0 0 Updated Sep 24, 2026
  • stable-diffusion.cpp Public Forked from leejet/stable-diffusion.cpp

    Diffusion model(SD,Flux,Wan,Qwen Image,Z-Image,...) inference in pure C/C++

    SyntheticAutonomicMind/stable-diffusion.cpp's past year of commit activity
    C++ 0 MIT 829 0 0 Updated Sep 23, 2026
  • homebrew-SAM Public

    A tap repo for Synthetic Autonomic Mind software

    SyntheticAutonomicMind/homebrew-SAM's past year of commit activity
    Ruby 0 0 0 0 Updated Sep 23, 2026
  • CLIO Public

    An AI-assisted coding agent that runs in your terminal and supports many providers and models.

    SyntheticAutonomicMind/CLIO's past year of commit activity
    Perl 231 GPL-3.0 12 0 0 Updated Sep 23, 2026
  • website Public

    SAM's Website and Documentation Repository

    SyntheticAutonomicMind/website's past year of commit activity
    Python 0 0 0 0 Updated Sep 21, 2026
  • .github Public
    SyntheticAutonomicMind/.github's past year of commit activity
    0 0 0 0 Updated Sep 21, 2026
  • SAM Public

    Synthetic Autonomic Mind - An AI assistant for everyone.

    SyntheticAutonomicMind/SAM's past year of commit activity
    Swift 130 GPL-3.0 6 0 0 Updated Sep 20, 2026
  • SAM-web Public

    A simple web interface for SAM that allows users to access SAM remotely.

    SyntheticAutonomicMind/SAM-web's past year of commit activity
    HTML 2 0 0 0 Updated Sep 20, 2026
  • CLIO-helper Public

    An AI-powered GitHub monitoring daemon

    SyntheticAutonomicMind/CLIO-helper's past year of commit activity
    Perl 1 GPL-3.0 0 0 0 Updated Sep 20, 2026