{"id":48518054,"url":"https://github.com/yosiwizman/akior_auotonomus_assistent","last_synced_at":"2026-04-07T20:01:39.580Z","repository":{"id":348927452,"uuid":"1200395983","full_name":"yosiwizman/AKIOR_AUOTONOMUS_ASSISTENT","owner":"yosiwizman","description":"AKIOR — Fully Autonomous AI Operating System. WhatsApp + iMessage + Voice Calls + Email + Calendar + Web + Local LLM. Runs on Mac Mini M4.","archived":false,"fork":false,"pushed_at":"2026-04-03T13:17:22.000Z","size":35604,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T16:35:43.986Z","etag":null,"topics":["ai","assistant","autonomous","claude","mac-mini","openclaw"],"latest_commit_sha":null,"homepage":"http://localhost:8421","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yosiwizman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-03T11:10:54.000Z","updated_at":"2026-04-03T13:17:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yosiwizman/AKIOR_AUOTONOMUS_ASSISTENT","commit_stats":null,"previous_names":["yosiwizman/akior_auotonomus_assistent"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yosiwizman/AKIOR_AUOTONOMUS_ASSISTENT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosiwizman%2FAKIOR_AUOTONOMUS_ASSISTENT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosiwizman%2FAKIOR_AUOTONOMUS_ASSISTENT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosiwizman%2FAKIOR_AUOTONOMUS_ASSISTENT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosiwizman%2FAKIOR_AUOTONOMUS_ASSISTENT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yosiwizman","download_url":"https://codeload.github.com/yosiwizman/AKIOR_AUOTONOMUS_ASSISTENT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosiwizman%2FAKIOR_AUOTONOMUS_ASSISTENT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","assistant","autonomous","claude","mac-mini","openclaw"],"created_at":"2026-04-07T20:01:38.666Z","updated_at":"2026-04-07T20:01:39.569Z","avatar_url":"https://github.com/yosiwizman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# AKIOR\n\n### Fully Autonomous AI Operating System\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Platform](https://img.shields.io/badge/Platform-Mac%20Mini%20M4-black?logo=apple)](https://www.apple.com/mac-mini/)\n[![AI Brain](https://img.shields.io/badge/Brain-Claude%20Opus%204-blueviolet?logo=anthropic)](https://anthropic.com)\n[![Local LLM](https://img.shields.io/badge/Local%20LLM-Ollama-orange)](https://ollama.ai)\n[![Status](https://img.shields.io/badge/Status-Live%20%26%20Autonomous-brightgreen)]()\n\n**Your personal AI chief of staff.**\nManages communications, calendar, business ops, research, and automation across every channel -- fully autonomous, always on.\n\n[Architecture](#architecture) | [Capabilities](#capabilities) | [Channels](#channel-status) | [Tech Stack](#tech-stack) | [Setup](#quick-start)\n\n\u003c/div\u003e\n\n---\n\n## What is AKIOR?\n\nAKIOR is a **fully autonomous AI operating system** running 24/7 on a dedicated Mac Mini M4. It receives instructions through natural language across any channel -- WhatsApp, iMessage, phone calls, email, voice -- and executes tasks end-to-end without waiting for approval at each step.\n\nIt is not a chatbot. It is an **operating system with agency**: it reads emails, replies to customers, schedules meetings, manages websites, deploys code, runs cron jobs, conducts research, and makes phone calls -- all governed by a constitution that defines its authority, budget, and safety boundaries.\n\n---\n\n## Architecture\n\n```mermaid\ngraph TB\n    Owner[\"Owner (Yosi)\"]\n\n    subgraph Channels[\"Inbound Channels\"]\n        WA[\"WhatsApp\"]\n        iMsg[\"iMessage\"]\n        FT[\"FaceTime\"]\n        Phone[\"Phone / VOIP\"]\n        Gmail[\"Gmail\"]\n        Yahoo[\"Yahoo Mail\"]\n        Web[\"Web Dashboard\"]\n    end\n\n    subgraph Gateway[\"OpenClaw Gateway\"]\n        Router[\"Message Router\"]\n        Auth[\"Auth + Rate Limit\"]\n        Queue[\"Task Queue\"]\n    end\n\n    subgraph Brain[\"AI Brain\"]\n        Claude[\"Claude (Primary)\\nReasoning / Planning / Orchestration\"]\n        Ollama[\"Ollama (Local)\\nClassification / Summarization / Preprocessing\"]\n    end\n\n    subgraph Tools[\"Tool Layer\"]\n        Cal[\"Calendar\"]\n        Browse[\"Web Browser\"]\n        DB[\"Supabase DB\"]\n        FS[\"File System\"]\n        Cron[\"Cron Scheduler\"]\n        Voice[\"Voice Calls (clawr.ing)\"]\n        Wix[\"Wix Dashboard\"]\n        Code[\"Code Deploy\"]\n    end\n\n    subgraph Output[\"Execution\"]\n        Ledger[\"Audit Ledgers\"]\n        Dash[\"Ops Dashboard\\nlocalhost:8421\"]\n        Checkpoint[\"Safety Checkpoints\"]\n    end\n\n    Owner --\u003e Channels\n    Channels --\u003e Gateway\n    Gateway --\u003e Brain\n    Brain --\u003e Tools\n    Brain --\u003e Output\n    Tools --\u003e Output\n\n    style Owner fill:#1a1a2e,stroke:#e94560,color:#fff\n    style Gateway fill:#16213e,stroke:#0f3460,color:#fff\n    style Brain fill:#0f3460,stroke:#533483,color:#fff\n    style Tools fill:#533483,stroke:#e94560,color:#fff\n    style Output fill:#1a1a2e,stroke:#e94560,color:#fff\n```\n\n---\n\n## Capabilities\n\n### Communication\n| Capability | Description |\n|---|---|\n| **WhatsApp Messaging** | Send and receive messages, handle customer inquiries |\n| **iMessage** | Native macOS iMessage integration |\n| **Phone Calls** | Outbound/inbound voice calls via clawr.ing |\n| **Email (Gmail + Yahoo)** | Read, draft, and send emails across accounts |\n| **Customer Ops** | Wix Inbox management for Live Pilates USA |\n\n### Information \u0026 Research\n| Capability | Description |\n|---|---|\n| **Web Search \u0026 Browse** | Real-time web research with Playwright browser |\n| **RAG Knowledge Base** | Governed retrieval-augmented generation with citations |\n| **Document Analysis** | PDF, spreadsheet, and document processing |\n| **Calendar Management** | Google Calendar read/write with smart scheduling |\n\n### System \u0026 DevOps\n| Capability | Description |\n|---|---|\n| **Code Deployment** | Git push, CI/CD, edge function deploys |\n| **Cron Scheduling** | Persistent scheduled tasks via LaunchAgents |\n| **Database Operations** | Supabase SQL, migrations, and type generation |\n| **File System** | Full local filesystem access and management |\n| **Health Monitoring** | GitHub Actions CI health checks |\n\n### Automation \u0026 Business\n| Capability | Description |\n|---|---|\n| **Multi-Domain Memory** | Isolated memory across 10 life domains |\n| **Budget Management** | $500 API + $1,000 task card with local-first routing |\n| **Audit Trail** | Every action logged to typed ledgers |\n| **Safety Checkpoints** | Pre-irreversible-action snapshots |\n| **Self-Improvement** | Continuous capability growth via OpenWolf learning |\n\n---\n\n## Channel Status\n\n| Channel | Status | Protocol |\n|---|---|---|\n| WhatsApp | **Active** | OpenClaw Gateway |\n| iMessage | **Active** | Native macOS |\n| Phone / VOIP | **Active** | clawr.ing |\n| FaceTime | **Active** | Native macOS |\n| Gmail | **Active** | IMAP / API |\n| Yahoo Mail | **Active** | Himalaya CLI |\n| Web Dashboard | **Active** | localhost:8421 |\n| Wix Inbox | **Active** | Browser automation |\n\n---\n\n## Tech Stack\n\n| Layer | Technology |\n|---|---|\n| **Hardware** | Mac Mini M4, always-on |\n| **Primary AI** | Claude Opus 4 (Anthropic) |\n| **Local AI** | Ollama (Llama / Mistral) |\n| **Gateway** | OpenClaw |\n| **Database** | Supabase (Postgres + pgvector) |\n| **Browser Automation** | Playwright |\n| **Voice** | clawr.ing |\n| **Email** | Himalaya CLI + Gmail API |\n| **Scheduling** | macOS LaunchAgents |\n| **CI/CD** | GitHub Actions |\n| **Context Management** | OpenWolf |\n| **Frontend** | Next.js + Tailwind CSS |\n\n---\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/yosiwizman/AKIOR_AUOTONOMUS_ASSISTENT.git\ncd AKIOR_AUOTONOMUS_ASSISTENT\n\n# AKIOR runs as a persistent Claude Code session on the host machine.\n# The OpenClaw gateway and dashboard start via LaunchAgents:\nlaunchctl load ~/Library/LaunchAgents/ai.openclaw.gateway.plist\nlaunchctl load ~/Library/LaunchAgents/com.akior.dashboard.plist\nlaunchctl load ~/Library/LaunchAgents/com.akior.dashboard-api.plist\n\n# Verify the ops dashboard\nopen http://localhost:8421\n```\n\n\u003e AKIOR is designed to run on a dedicated Mac Mini. It requires macOS for native iMessage/FaceTime integration, local Ollama models, and LaunchAgent scheduling. See the [SSOT documentation](docs/ssot/) for full configuration details.\n\n---\n\n## Governance\n\nAKIOR operates under a formal constitution ([AKIOR-OS-SSOT-v1.0](docs/ssot/AKIOR-OS-SSOT-v1.0-EXPERIMENT-LOCK.md)) that defines:\n\n- **Full autonomy** -- no per-task approval required\n- **Budget limits** -- $500 API + $1,000 task card\n- **Safety protocol** -- checkpoint before irreversible actions, sandbox/dry-run first\n- **Audit trail** -- every action, tool use, financial transaction, deployment, and decision logged\n- **10-domain isolation** -- personal, family, business, software, product, SEO/marketing, travel, research, communications, legal\n\n---\n\n## License\n\n[MIT](LICENSE) -- Copyright 2026 Yosi Wizman\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\u003csub\u003eBuilt with autonomy. Governed by constitution. Powered by Claude.\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosiwizman%2Fakior_auotonomus_assistent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyosiwizman%2Fakior_auotonomus_assistent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosiwizman%2Fakior_auotonomus_assistent/lists"}