{"id":51531706,"url":"https://github.com/exoridus/exoquill","last_synced_at":"2026-07-09T03:01:41.656Z","repository":{"id":365992071,"uuid":"1274452748","full_name":"Exoridus/exoquill","owner":"Exoridus","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-19T19:29:54.000Z","size":599,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T20:18:03.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Exoridus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"docs/roadmap.md","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-06-19T14:26:00.000Z","updated_at":"2026-06-19T19:29:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Exoridus/exoquill","commit_stats":null,"previous_names":["exoridus/exoquill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Exoridus/exoquill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exoridus%2Fexoquill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exoridus%2Fexoquill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exoridus%2Fexoquill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exoridus%2Fexoquill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Exoridus","download_url":"https://codeload.github.com/Exoridus/exoquill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exoridus%2Fexoquill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35284886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":[],"created_at":"2026-07-09T03:01:38.780Z","updated_at":"2026-07-09T03:01:41.644Z","avatar_url":"https://github.com/Exoridus.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExoQuill\n\n\u003e Speak it, capture it, clean it, read it — locally.\n\n**ExoQuill** is a lightweight, local-first desktop app for capturing, cleaning, reading\nand organizing text from multiple sources. It centers on a single global note list, and\nevery AI tool writes into notes:\n\n- 🎙️ **Dictate** — live local speech-to-text\n- 🖼️ **OCR** — text from files, drag \u0026 drop, and clipboard images\n- ✨ **Format** — AI-assisted cleanup of rough text into readable Markdown\n- 🔊 **Read** — text-to-speech read-aloud with a calm local voice\n\nOptimized for **German and English**, runs **offline by default**, deliberately minimal.\n\n## What ExoQuill is *not*\n\nNot a chatbot, not an Obsidian/OneNote clone, not a cloud AI wrapper, not an audio editor,\nnot a transcription suite, not a translation tool. It is a focused local writing/capture utility.\n\n## Privacy\n\n- No cloud calls, no telemetry, no automatic uploads.\n- Raw audio is **not** stored by default.\n- All models run locally; you can delete all local data at any time.\n\n## Supported languages\n\nOfficial support is limited to **German** and **English**, including mixed German speech\nwith English technical terms as a first-class use case.\n\n## Status\n\nPre-alpha — building toward **v0.1**. See the [roadmap](docs/roadmap.md).\n\n## Installation\n\nWindows installer / portable build — _coming with the first v0.1 release._\n\n## Models\n\nExoQuill v0.1 **bundles** all required local models (STT, OCR, formatter, TTS). There is no\nseparate download step for the MVP. See [decisions](docs/decisions.md) (D5).\n\n## Development setup\n\nPrerequisites:\n\n- [Rust](https://rustup.rs/) (stable, `x86_64-pc-windows-msvc`) + MSVC C++ build tools\n- [Node.js](https://nodejs.org/) 20+ and [pnpm](https://pnpm.io/)\n- WebView2 (preinstalled on Windows 11)\n\n```bash\npnpm install\npnpm tauri dev   # once the Tauri app skeleton lands (PR 0/1)\n```\n\n## Roadmap\n\nThe full plan lives in [`docs/roadmap.md`](docs/roadmap.md); product/technical decisions in\n[`docs/decisions.md`](docs/decisions.md); the original product spec in\n[`.workspace/specs/exoquill-product-spec.md`](.workspace/specs/exoquill-product-spec.md).\n\n## Contributing\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md). In short: focused PRs, tests for core changes,\nno telemetry, no cloud dependency for core features.\n\n## License\n\n[GPL-3.0](LICENSE). ExoQuill bundles GPL components (e.g. the Piper TTS runtime); the project\nlicense is GPL-3.0 to stay compatible. See [decisions](docs/decisions.md) (D1).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexoridus%2Fexoquill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexoridus%2Fexoquill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexoridus%2Fexoquill/lists"}