{"id":30732424,"url":"https://github.com/pskinnertech/overload","last_synced_at":"2025-09-03T17:08:57.043Z","repository":{"id":302358763,"uuid":"1012173788","full_name":"PSkinnerTech/overload","owner":"PSkinnerTech","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-02T00:06:48.000Z","size":524,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-02T01:18:59.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://overload-docs.vercel.app","language":"TypeScript","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/PSkinnerTech.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}},"created_at":"2025-07-01T23:56:34.000Z","updated_at":"2025-07-02T00:16:15.000Z","dependencies_parsed_at":"2025-07-02T01:19:04.042Z","dependency_job_id":"1b081420-fb75-4150-8ea4-be7ad5ea4ac0","html_url":"https://github.com/PSkinnerTech/overload","commit_stats":null,"previous_names":["pskinnertech/overload"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PSkinnerTech/overload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Foverload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Foverload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Foverload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Foverload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSkinnerTech","download_url":"https://codeload.github.com/PSkinnerTech/overload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Foverload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273477127,"owners_count":25112618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":"2025-09-03T17:06:36.878Z","updated_at":"2025-09-03T17:08:57.009Z","avatar_url":"https://github.com/PSkinnerTech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PIVOT FROM OVERLOAD TO AURIX\n\nThis project began as \"Overload\", a tool designed to analyze tasks from the Motion API to calculate a user's workload. During initial development, we discovered that limitations within the Motion API made the core concept unfeasible and unreliable.\n\nThis challenge prompted a pivot to \"Aurix\", a more powerful, voice-first documentation assistant. The new direction focuses on leveraging local AI for its core functionality, removing the dependency on external APIs and providing greater control, privacy, and a more innovative solution to a different productivity bottleneck.\n\n# Aurix: Your AI-Powered Thought-to-Documentation Assistant\n\n**Aurix** is a local-first, Electron-based desktop application that transforms your spoken ideas into structured, professional documentation. It's designed to eliminate the friction between your thoughts and the written word, providing a seamless way to capture and organize your best ideas before they're lost.\n\nAs a unique secondary feature, Aurix analyzes the complexity of your captured thoughts to provide a real-time **Cognitive Load Index (θ)**, a metric that helps you understand your own cognitive load during creative sessions.\n\n---\n\n## Core Features\n\n-   **Voice-to-Document**: Speak your thoughts, and Aurix uses a local AI workflow to generate structured Markdown documents in real-time.\n-   **Automatic Diagramming**: Describe a system or process, and Aurix will automatically generate the corresponding Mermaid.js diagram.\n-   **Local-First \u0026 Private**: All voice processing, transcription, and AI analysis happen entirely on your machine. Your data is yours.\n-   **Cognitive Load Index (θ)**: Get feedback on the complexity of your ideas, helping you identify your most demanding and creative periods.\n-   **Optional Cloud Sync**: Opt-in to end-to-end encrypted cloud backup and multi-device synchronization.\n\n## Technology Stack\n\n-   **Framework**: [Electron Forge](https://www.electronforge.io/)\n-   **Frontend**: [React](https://react.dev/) \u0026 [Vite](https://vitejs.dev/)\n-   **Language**: [TypeScript](https://www.typescriptlang.org/)\n-   **AI Workflow**: [LangGraph](https://langchain.com/docs/langgraph)\n-   **Local Transcription**: [whisper.cpp](https://github.com/ggerganov/whisper.cpp)\n-   **Local LLMs**: [Ollama](https://ollama.com/)\n-   **UI**: [Tailwind CSS](https://tailwindcss.com/) \u0026 [shadcn/ui](https://ui.shadcn.com/)\n\n## Getting Started (Development)\n\n### Prerequisites\n\n-   [Node.js](https://nodejs.org/en/download/) v18+\n-   `npm`\n\n### Installation\n\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/PSkinnerTech/overload.git\ncd overload\nnpm install\n```\n\n### Running the App\n\nStart the development environment:\n\n```bash\nnpm run start\n```\n\n### Building for Production\n\nTo package the application for your native platform:\n\n```bash\nnpm run make\n```\n\n---\n\n## Project Documentation\n\nThis repository contains extensive internal documentation located in the `_docs/` directory. You can run the documentation site locally to explore detailed architectural guides, best practices, and the project's development narrative.\n\n```bash\nnpm run docs:start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpskinnertech%2Foverload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpskinnertech%2Foverload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpskinnertech%2Foverload/lists"}