Wingetlywingetly
← All apps

FylloCode

by Fiov0.15.5

Last updated

A desktop app that turns Coding Agents into reliable teammates — by splitting every change into Task → Proposal → Apply → Archive, with you reviewing the plan before any code is written.

Install with winget

$ winget install --id Fioooooooo.FylloCode --exact --version 0.15.5

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for FylloCode

FylloCode uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
FylloCode-0.15.5-win-x64-setup.exe /S

See the full silent install reference for FylloCode

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

In this new era, the work that really needs our attention is no longer repetitive coding, but higher-level business understanding and architecture design. The future workflow I have in mind is: understand the business → think through the architecture → write a Proposal → review the Proposal → let the Agent implement it automatically, then move on to the next Proposal.

That thinking led me to build FylloCode — a step from Vibe Coding toward Agentic Coding.

How FylloCode Solves It

FylloCode enforces a structured workflow that separates thinking from doing:

┌──────────┐ ┌────────────────┐ ┌───────────┐ ┌───────────┐

│ Task │ ──→ │ Chat/Proposal │ ──→ │ Apply │ ──→ │ Archive │

│ │ │ │ │ │ │ │

│ What to │ │ Agent explores │ │ Agent │ │ Specs │

│ work on │ │ codebase and │ │ implements│ │ updated, │

│ │ │ writes a plan │ │ the plan │ │ change │

│ │ │ │ │ │ │ recorded │

│ │ │ ➜ YOU REVIEW │ │ │ │ │

└──────────┘ └────────────────┘ └───────────┘ └───────────┘

Task — Pick a task from your local list or synced from platforms like Yunxiao. One click sends it to Chat.

Chat / Proposal — The Agent explores your codebase, asks clarifying questions, and produces a structured proposal (what to change, which files, acceptance criteria). The Agent is prohibited from writing code in this stage. You review, edit, and approve the proposal before anything else happens.

Apply — A fresh Agent session implements the approved proposal task-by-task. It reads only the proposal artifacts — not the Chat history — so every decision must be captured in writing, not left in context-window memory.

Archive — Specs are updated, the change is recorded with full traceability. Your project's knowledge base grows with every shipped change.

Why Separating Thinking from Execution Matters

Most Coding Agents understand a task and write code in the same session. Any misunderstanding becomes code directly, and code is expensive to review. FylloCode physically separates understanding from execution. Misunderstandings can only become proposal text — and text is cheap to review. A 2-minute proposal review catches problems that would take 20 minutes to find in a diff.

Features

Agent Protocol (ACP)

FylloCode connects to any Coding Agent through ACP (Agent Client Protocol). Claude Code, Codex, or any ACP-compatible agent — one protocol, one interface, without juggling a pile of terminal windows.

There are currently 35 agents available in the ACP Registry, with support for parallel chats and parallel Proposal Apply runs.

System Reminders

Each workflow stage injects a system reminder that constrains what the Agent can and cannot do. In Chat, the Agent is instructed to explore and propose, not code. In Apply, it follows the approved task list. This isn't a suggestion — it's a hard boundary enforced at session start.

Task Panel

View and manage tasks from your local list or synced from external platforms. Tasks serve as the entry point to the entire workflow — select a task, start a Chat, and the Agent begins with full context.

Integration with Development Platforms

Connect to platforms like Yunxiao (Alibaba Cloud DevOps) at the provider level — one authentication, multiple tools across task management, source code, and CI/CD. More platform integrations (GitHub, TAPD, Jira, etc.) are planned.

Task integrations use APIs instead of Agent Skills by design. API calls are fast and do not spend tokens, so tokens stay focused on the work that actually needs reasoning.

Workflow Editor

Define and customize multi-stage workflows. Built-in templates get you started; edit the YAML to fit your team's process.

OpenSpec-Driven Proposals

Proposals are structured artifacts — not chat messages. Each proposal contains a design document, spec changes, and a concrete task list with file paths and acceptance criteria. The built-in fyllo-specs MCP server manages the full lifecycle: explore → create-proposal → apply-change → archive-change.

Streaming Rendering Engine

FylloCode uses markstream-vue as its streaming rendering engine. It is fast and smooth, with built-in integration for Monaco Editor, KaTeX, and Mermaid. While working on Proposals, it can render flowcharts and formatted specs in real time, making architecture flows and business logic easier to inspect.

Engineering Guardrails

FylloCode provides two layers of engineering guardrails:

- Soft constraints — Capture engineering conventions as Guidelines and continuously maintain them through the built-in fyllo-skills MCP server, without manual upkeep.

- Hard constraints — Agents may not always follow Guidelines perfectly, so FylloCode's health checks establish engineering-level enforcement through lint, test runners, git hooks, and CI.

Installers · v0.15.5

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for FylloCode.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Node.js (LTS)Node.js Foundation
    OpenJS.NodeJS.LTSv24.19.0

    Run JavaScript Everywhere

  • Python 3.12Python Software Foundation
    Python.Python.3.12v3.12.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.32.5

    Start building with open models.

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.248

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • Python 3.14Python Software Foundation
    Python.Python.3.14v3.14.7

    A programming language that lets you work more quickly and integrate your systems more effectively.

  • CursorAnysphere
    Anysphere.Cursorv3.14.27

    The AI Code Editor

More from Fio or browse agent, agentic, ai.

Frequently asked questions

How do I install FylloCode on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Fioooooooo.FylloCode --exact --version 0.15.5. winget downloads the installer from Fio and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install FylloCode silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Fioooooooo.FylloCode --exact 0.15.5 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for FylloCode?
FylloCode uses EXE (NSIS). Run the downloaded installer with: FylloCode-0.15.5-win-x64-setup.exe /S. The silent switches are /S.
How do I uninstall FylloCode via winget?
Run: winget uninstall --id Fioooooooo.FylloCode --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from FylloCode's Apps & Features entry.
Is FylloCode free?
FylloCode is distributed under AGPL-3.0. Refer to the publisher (https://github.com/Fioooooooo/FylloCode) for the full license terms - Wingetly itself does not charge for installation.
Does FylloCode work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls FylloCode directly from the publisher.
How do I keep FylloCode up to date?
Run winget upgrade --id Fioooooooo.FylloCode --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of FylloCode from microsoft/winget-pkgs.

Recent versions

  • 0.15.5latest
  • 0.15.4
  • 0.15.3
  • 0.15.2
  • 0.15.1
  • 0.15.0
  • 0.14.4
  • 0.14.3
  • 0.14.2
  • 0.14.1