{"id":48714740,"url":"https://github.com/buddyholly007/syntaur","last_synced_at":"2026-05-09T08:12:43.732Z","repository":{"id":350685802,"uuid":"1207878601","full_name":"buddyholly007/syntaur","owner":"buddyholly007","description":"Your personal AI platform — one binary, 88 tools, voice assistant, smart home, private by default. Written in Rust.","archived":false,"fork":false,"pushed_at":"2026-05-05T18:35:17.000Z","size":22995,"stargazers_count":2,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T18:35:28.833Z","etag":null,"topics":["ai","automation","chatbot","home-assistant","llm","local-ai","ollama","privacy","rust","self-hosted","smart-home","telegram","voice-assistant"],"latest_commit_sha":null,"homepage":"https://buddyholly007.github.io/syntaur/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buddyholly007.png","metadata":{"files":{"readme":"README-syntaur.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-11T14:25:52.000Z","updated_at":"2026-05-05T17:32:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/buddyholly007/syntaur","commit_stats":null,"previous_names":["buddyholly007/syntaur"],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/buddyholly007/syntaur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buddyholly007%2Fsyntaur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buddyholly007%2Fsyntaur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buddyholly007%2Fsyntaur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buddyholly007%2Fsyntaur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buddyholly007","download_url":"https://codeload.github.com/buddyholly007/syntaur/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buddyholly007%2Fsyntaur/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32811702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","automation","chatbot","home-assistant","llm","local-ai","ollama","privacy","rust","self-hosted","smart-home","telegram","voice-assistant"],"created_at":"2026-04-11T16:12:14.240Z","updated_at":"2026-05-09T08:12:43.706Z","avatar_url":"https://github.com/buddyholly007.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syntaur\n\nYour personal AI platform. One binary, runs on your hardware, stays private.\n\n## Quick Start\n\n```bash\n# Linux / macOS\ncurl -sSL https://get.syntaur.dev | sh\n\n# Or download directly and run\n./syntaur\n```\n\nYour browser opens automatically. Follow the setup wizard.\n\n## What You Get\n\n- **AI Chat** — web interface with markdown, code blocks, and tool visualization\n- **100+ built-in tools** — web search, email, file management, browser automation, office documents, smart home, social media, finance, and more\n- **Modular** — enable only what you need\n- **Private by default** — conversations stay on your network when you use a local or LAN LLM; cloud APIs are optional\n- **Multiple LLM backends** — local GPU (CUDA / Metal / Vulkan for AMD), LAN LLM, or cloud API (free tier with OpenRouter / Groq / Cerebras; OpenAI and Anthropic optional)\n- **Fallback chain** — configure 2+ backends so an outage doesn't stop you\n- **Voice** — wake word + STT + TTS (NVIDIA / Apple supported today; AMD voice backends not yet shipped)\n- **Smart Home** — built-in Matter, Kasa, aidot drivers + MQTT dialects; Home Assistant optional\n- **Telegram** — chat from your phone, get notifications, approve actions remotely\n\n## System Requirements\n\n| | Minimum | Recommended |\n|---|---|---|\n| **RAM** | 4 GB | 16 GB |\n| **Disk** | 500 MB | 20 GB (with local model) |\n| **GPU** | None (use cloud API) | NVIDIA 8+ GB VRAM |\n| **OS** | Linux, macOS, Windows | Any |\n\n## How It Works\n\nSyntaur is a single binary (~60 MB release build, ~35 MB stripped) that runs as a background service. It serves a web dashboard at `http://localhost:18789` where you can:\n\n1. **Chat** — full-featured conversation with your AI\n2. **Manage modules** — enable/disable capabilities\n3. **Configure LLM backends** — local, network, or cloud\n4. **Monitor** — system status, uptime, tool usage\n\n## LLM Options\n\n| Backend | Privacy | Cost |\n|---|---|---|\n| **Local GPU — NVIDIA / Apple** | Full | Free |\n| **Local GPU — AMD (Vulkan)** | Full | Free — one-click installer in the setup wizard |\n| **Local CPU** | Full | Free (slow but works on any box) |\n| **LAN LLM** | LAN-only | Free |\n| **OpenRouter / Groq / Cerebras** | Cloud | Free tier available |\n| **OpenAI / Anthropic** | Cloud | Pay-per-use (optional) |\n\nThe setup wizard auto-detects your hardware and recommends a configuration with automatic fallbacks. A free cloud option is always available — you never need a paid account to use Syntaur.\n\n## License\n\n**Free tier** — AI chat, web search, file management, shell \u0026 code, Telegram.\n\n**Pro tier ($49 one-time)** — voice assistant, smart home, email/SMS, office docs, browser automation, social media, finance, security cameras. Perpetual license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuddyholly007%2Fsyntaur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuddyholly007%2Fsyntaur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuddyholly007%2Fsyntaur/lists"}