Metadata-Version: 2.3
Name: remedy-ai
Version: 0.63.1
Summary: Personal AI partner for any ability level — drives this computer to finish goals (life tasks, research, games, code). Not a medical product.
Keywords: ai,partner,desktop,agent,voice,computer-use,skill,memory,llm,tools
Author: Ahmi Darrow
Author-email: Ahmi Darrow <ahmitdarrow@gmail.com>
License: LicenseRef-Proprietary
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: aiohttp>=3.14.2,<4
Requires-Dist: comtypes>=1.4.0 ; sys_platform == 'win32'
Requires-Dist: packaging>=24.0,<26
Requires-Dist: pydantic>=2.13.4,<3
Requires-Dist: pyyaml>=6.0.3,<7
Requires-Dist: pynacl>=1.5.0,<2
Requires-Dist: rich>=15.0.0,<16
Requires-Dist: pillow>=10.0.0,<13 ; extra == 'game-assets'
Requires-Dist: fastapi>=0.139.2,<1 ; extra == 'server'
Requires-Dist: uvicorn>=0.51.0,<1 ; extra == 'server'
Requires-Dist: python-multipart>=0.0.9,<1 ; extra == 'server'
Requires-Dist: kokoro-onnx>=0.3.0,<1 ; extra == 'voice'
Requires-Dist: faster-whisper>=1.0.0,<2 ; extra == 'voice'
Requires-Dist: chatterbox-tts ; extra == 'voice-hq'
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/AhmiDarrow/RemedyAI
Project-URL: Repository, https://github.com/AhmiDarrow/RemedyAI
Project-URL: Documentation, https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/00-overview.md
Project-URL: Changelog, https://github.com/AhmiDarrow/RemedyAI/blob/master/CHANGELOG.md
Project-URL: Issues, https://github.com/AhmiDarrow/RemedyAI/issues
Provides-Extra: game-assets
Provides-Extra: server
Provides-Extra: voice
Provides-Extra: voice-hq
Description-Content-Type: text/markdown

# Remedy

<p align="center">
  <img src="https://raw.githubusercontent.com/AhmiDarrow/RemedyAI/master/assets/previews/hero_banner_win_linux.png" alt="Remedy — your personal AI partner on Windows &amp; Linux" width="800" />
</p>

<p align="center">
  <em>A partner for any ability level</em> — she drives this computer to finish the goal you set.
</p>

<p align="center">
  <a href="https://github.com/AhmiDarrow/RemedyAI/releases/latest"><strong>Download for Windows</strong></a>
  ·
  <a href="https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/01-install-linux.md">Install on Linux</a>
  ·
  <a href="https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/00-overview.md">Owner’s manual</a>
  ·
  <a href="https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/13-whats-new.md">What’s new</a>
  ·
  <code>pip install remedy-ai</code>
</p>

**Not** a medical product. **F1** (or **Ctrl+/**) opens the same Help wiki inside the app.

---

Remedy lives on **this computer** (Windows, Linux, WSLg). **Grove** is home. **Studio** is the workbench. Continuity is `~/.remedy`. You bring the model (cloud keys or **RMB** locally). Money, passwords, submit, send, and delete **stop for you**.

| | |
|--|--|
| **Latest release** | [![Latest GitHub release](https://img.shields.io/github/v/release/AhmiDarrow/RemedyAI?label=GitHub&color=2ea44f)](https://github.com/AhmiDarrow/RemedyAI/releases/latest) · [![PyPI](https://img.shields.io/pypi/v/remedy-ai?label=PyPI&color=2ea44f)](https://pypi.org/project/remedy-ai/) |
| **Source on `master`** | [![Version on master](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FAhmiDarrow%2FRemedyAI%2Fmaster%2Fpyproject.toml&query=%24.project.version&prefix=v&label=master&color=orange)](https://github.com/AhmiDarrow/RemedyAI/blob/master/CHANGELOG.md) · experimental lines ship as [pre-releases](https://github.com/AhmiDarrow/RemedyAI/releases) and never auto-update a stable install · [What’s new](https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/13-whats-new.md) |
| **Owner’s manual** | [docs/manual/](https://github.com/AhmiDarrow/RemedyAI/tree/master/docs/manual/) · [index](https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/README.md) |
| **Install** | [Windows](https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/01-install-windows.md) · [Linux](https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/01-install-linux.md) |
| **Security / data** | [04-security-and-data](https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/04-security-and-data.md) |
| **Commands / keys** | [11-reference-commands](https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/11-reference-commands.md) · [12-reference-shortcuts](https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/manual/12-reference-shortcuts.md) |
| **Changelog** | [CHANGELOG.md](https://github.com/AhmiDarrow/RemedyAI/blob/master/CHANGELOG.md) |

Local API: `127.0.0.1:7400`. Close ✕ hides to the **tray** on Windows and **minimizes** on Linux/WSLg.

From the creator: *My name is Ahmi, I hope you enjoy my Remedy.*

---

## Development

```bash
git clone https://github.com/AhmiDarrow/RemedyAI.git && cd RemedyAI
uv sync --group dev
uv run ruff check .
uv run mypy
uv run pytest -q
cd desktop && npm test && npm run build
cd ../desktop/src-tauri && cargo test --locked && cargo check --locked
cd ../../native/go && go test -race ./... && go vet ./...
cd ../zig && zig build test -Doptimize=ReleaseSafe
cd ../../android && ./gradlew testDebugUnitTest lintDebug assembleDebug assembleRelease
cd .. && uv run python scripts/check_docs.py && uv build
```

Before a push, the same matrix runs locally as the pre-push gate: `uv run python scripts/prepush.py`
(enable once per clone with `git config core.hooksPath .githooks`). Windows uses `gradlew.bat`;
Go race detection also runs on Linux CI. CI exercises Python
3.12/3.13, Windows-sensitive behavior, the React SPA, both Tauri targets,
RemedyConnect Android, the Go/Zig native runtime, and Python packaging.

Version / help / docs / sanitize gates: `scripts/sync_version.py` · `scripts/sync_help_manual.py` · `scripts/check_docs.py` · `scripts/check_sanitize.py`.  
Contributing: [CONTRIBUTING.md](https://github.com/AhmiDarrow/RemedyAI/blob/master/CONTRIBUTING.md) · signing: [WINDOWS_SIGNING.md](https://github.com/AhmiDarrow/RemedyAI/blob/master/docs/WINDOWS_SIGNING.md)

---

## Support

[patreon.com/cw/AhmiDarrow](https://www.patreon.com/cw/AhmiDarrow)

## License

**Source-available** — [LICENSE](https://github.com/AhmiDarrow/RemedyAI/blob/master/LICENSE) · [COMMERCIAL.md](https://github.com/AhmiDarrow/RemedyAI/blob/master/COMMERCIAL.md)

Solo / small indies (under $1M revenue **and** under 20 FTE), personal, education, and research: free under LICENSE. Larger orgs, SaaS, commercial resale, or a paid deal: written license — **ahmitdarrow@gmail.com**. Use is at your own risk. Third-party notices: `desktop/public/THIRD_PARTY_NOTICES.txt`.

Copyright © 2025–2026 **Ahmi Darrow**.
