{"id":47305915,"url":"https://github.com/feed-mob/peekoo-ai","last_synced_at":"2026-04-21T07:03:24.118Z","repository":{"id":342729390,"uuid":"1165440619","full_name":"feed-mob/peekoo-ai","owner":"feed-mob","description":"Peekoo, A little Peek, A lot of Help.","archived":false,"fork":false,"pushed_at":"2026-04-21T03:56:30.000Z","size":52311,"stargazers_count":6,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-21T05:34:29.281Z","etag":null,"topics":["acp","ai","openclaw","rust"],"latest_commit_sha":null,"homepage":"","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/feed-mob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-24T06:59:34.000Z","updated_at":"2026-04-21T03:56:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f857a7a-cbd6-41ae-a306-eb02bfabe3ae","html_url":"https://github.com/feed-mob/peekoo-ai","commit_stats":null,"previous_names":["feed-mob/peekoo-ai"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/feed-mob/peekoo-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Fpeekoo-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Fpeekoo-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Fpeekoo-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Fpeekoo-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feed-mob","download_url":"https://codeload.github.com/feed-mob/peekoo-ai/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Fpeekoo-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32081122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"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":["acp","ai","openclaw","rust"],"created_at":"2026-03-17T08:01:59.122Z","updated_at":"2026-04-21T07:03:24.113Z","avatar_url":"https://github.com/feed-mob.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Peekoo AI\n\nAI-powered desktop pet built with Tauri v2, React, and Rust. A small, transparent, always-on-top companion that lives on your desktop with chat, task management, and a pomodoro timer.\n\n![Peekoo Demo](assets/Peekoo_Peek.gif)\n\n## Features\n\n- **AI Chat** — Conversational AI with streaming responses, configurable LLM providers, and persona/skill loading\n- **Task Management** — Create and track tasks from the desktop pet\n- **Pomodoro Timer** — Focus sessions with start/pause/resume/finish controls\n- **Animated Sprite** — Desktop pet character with mood-based animations and reactions\n\n## Installation\n\nDownload the latest release from [GitHub Releases](https://github.com/feed-mob/peekoo-ai/releases).\n\n### Linux\n\nInstall Peekoo from the AUR:\n\n```bash\nyay -S peekoo-bin\n```\n\n- AUR package: [peekoo-bin](https://aur.archlinux.org/packages/peekoo-bin)\n\n### macOS\n\nDownload the latest `.dmg` from [GitHub Releases](https://github.com/feed-mob/peekoo-ai/releases), move `Peekoo.app` to `/Applications`, then remove the quarantine attribute:\n\n```bash\nxattr -cr /Applications/Peekoo.app\n```\n\n- Detailed macOS instructions: [`docs/en/installation/macos.md`](docs/en/installation/macos.md)\n\n### Windows\n\nDownload the latest `x64-setup.exe` installer from [GitHub Releases](https://github.com/feed-mob/peekoo-ai/releases), then run it.\n\n## Tech Stack\n\n| Layer | Technology |\n|-------|-----------|\n| Desktop Shell | Tauri v2 |\n| Frontend | React 18 + TypeScript 5 + Vite 5 |\n| Styling | Tailwind CSS v4 |\n| Backend | Rust (edition 2024, MSRV 1.85) |\n| Agent Runtime | pi_agent_rust (v0.1.7) |\n| Persistence | SQLite (embedded migrations) |\n| Secrets | OS keychain (keyring) with filesystem fallback |\n\n## Prerequisites\n\n- [Rust](https://rustup.rs/) 1.85+\n- [Bun](https://bun.sh/)\n- [just](https://github.com/casey/just) (command runner)\n- Tauri v2 system dependencies ([see Tauri docs](https://v2.tauri.app/start/prerequisites/))\n\n## Getting Started\n\n```bash\n# Install all dependencies (frontend + Rust CLI tools like cargo-tauri)\njust setup\n\n# Run in development mode\njust dev\n```\n\n## Commands\n\n```bash\njust setup        # Install all dependencies (frontend + Rust tools)\njust install      # Install frontend dependencies only\njust install-tools # Install required Rust CLI tools (cargo-tauri)\njust dev          # Run desktop app in dev mode\njust build        # Production build\njust check        # Check Rust code\njust test         # Run all tests\njust fmt          # Format Rust code\njust lint         # Lint with Clippy\njust clean        # Clean all build artifacts\njust icon SOURCE  # Generate app icons from source image\n```\n\n## Project Structure\n\n```\npeekoo-ai/\n├── apps/\n│   ├── desktop-ui/           # React + Vite frontend\n│   └── desktop-tauri/        # Tauri desktop runtime\n├── crates/\n│   ├── peekoo-agent/         # Agent runtime (wraps pi_agent_rust)\n│   ├── peekoo-agent-app/     # Application orchestration and settings\n│   ├── peekoo-agent-auth/    # OAuth and provider auth\n│   ├── peekoo-productivity-domain/  # Task and pomodoro domain models\n│   ├── persistence-sqlite/   # SQLite migrations\n│   ├── security/             # Secret storage (keyring, file, fallback)\n│   └── peekoo-paths/         # Shared filesystem path helpers\n└── docs/                     # User-facing product and developer docs\n```\n\n### Architecture\n\n```\ndesktop-ui  -\u003e  desktop-tauri  -\u003e  peekoo-agent-app  -\u003e  peekoo-agent\n                (transport)        (orchestration)        peekoo-agent-auth\n                                                          peekoo-productivity-domain\n                                                          persistence-sqlite\n                                                          security\n                                                          peekoo-paths\n```\n\n`desktop-tauri` is a transport layer only. All business logic, persistence, and auth orchestration live in the Rust crates behind `peekoo-agent-app`.\n\n## Plugin I18n Convention\n\nFor store-installed plugins, localization is now standardized:\n\n1. Plugin ships locale files in `locales/*.json` (at least `en.json`).\n2. Host loads `locales/\u003capp_language\u003e.json`, falls back to `locales/en.json`.\n3. If no locale file exists, manifest defaults are used.\n\nRecommended references for plugin authors:\n\n- [`docs/en/develop/plugins.md`](docs/en/develop/plugins.md)\n- [`plugins/openclaw-sessions/`](plugins/openclaw-sessions) as a complete example (`locales/` + panel i18n usage)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeed-mob%2Fpeekoo-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeed-mob%2Fpeekoo-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeed-mob%2Fpeekoo-ai/lists"}