| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Taskyon is an open-source, local-first design automation system for AI-assisted research, tool use, and replayable engineering workflows.
The near-term goal is simple:
Solve a design problem once through chat and tools, then make the successful process easier to inspect, replay, adapt, and eventually fork.
Taskyon is not trying to be another generic chat app. It is design automation software built around a task tree: a structured record of questions, evidence, decisions, tools, parameters, and outputs that can be inspected and reused.
Technical design work rarely happens in a single tool. A real design automation process often mixes chat, web research, documentation, spreadsheets, scripts, APIs, simulations, and human judgment. The result may be useful once, but difficult to repeat.
Taskyon is built around the idea that successful design work should become reusable:
Taskyon's design-automation path is intentionally incremental:
research through chat
→ one viable design
→ parameterized task tree
→ replayable workflow
→ variants and comparison
→ deterministic execution dependencies
→ formal DAG
→ optimization and simulation
The first practical goal is reproducible design replay, not full autonomous engineering optimization. Taskyon should help a person solve one concrete case, understand how it was solved, and reuse parts of the process with different inputs.
Examples are meant to be guided design investigations rather than magic one-click solutions:
These examples are starting points for forkable, inspectable workflows.
Taskyon tools can also turn a successful process into a reusable executable capability. A tool can run entirely through local algorithms and commands, combine deterministic work with selected model decisions, or orchestrate a fully agentic workflow. Agents can research and author new tools themselves, then reuse the installed capability without repeating the original model work. See Tools, Skills, and MCP and Tool Examples.
Taskyon already provides the foundations for open-source design automation:
The medium-term focus is turning useful conversations into reproducible design automation assets:
The long-term vision is a library of executable, forkable design automation workflows that can be studied, challenged, improved, and reused with new parameters.
Taskyon follows local-first principles wherever possible:
Taskyon is a Yarn 4 monorepo for open-source design automation software using Quasar, Vue 3, Pinia, Tauri, and shared Taskyon packages.
yarn install
yarn devCommon commands:
See AGENTS.md before making code changes. It contains the general programming guardrails and routes specialized work to focused policies under policies/.
Useful contribution areas include:
Join the Matrix channel: Taskyon Matrix
MIT. See LICENSE for details.
| Back | FazBrowse Home | New Git URL |