Wingetlywingetly
← All apps
M

MindFS

by a9gentv0.4.7

Last updated

通过 MindFS 随时随地访问个人 AI agent 和工作站数据。

Install with winget

$ winget install --id a9gent.MindFS --exact --version 0.4.7

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

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

通过 MindFS 随时随地访问个人 AI agent 和工作站数据。

特性

Agent 会话

- 多 Agent 支持:Claude Code · OpenAI Codex · Gemini CLI · Cursor · Copilot · Cline · Augment · Kimi · Kiro · Qwen · Qoder · Pi · OpenCode · OpenClaw,自动探测已安装的 Agent。

- 实时流式输出:逐 token 推送,工具调用、思考过程、权限请求均以结构化卡片实时渲染,上下文窗口实时余量。

- 灵活切换:会话中随时切换 Agent 或模型,多 Agent 共享同一上下文,无需重新描述背景。

- 会话搜索:支持按会话标题或对话内容搜索,并可直接跳转到命中的会话和片段。

- 外部会话双向导入同步:可浏览受支持 Agent CLI 的已有会话,选择后导入到 MindFS,并作为原生 MindFS 会话继续使用,同时 MindFS 中的会话亦可在 cli 中恢复。后续亦可双向同步。

- 绑定持久化与恢复:MindFS 会持久化内部会话与底层 Agent 会话的绑定关系,服务重启后可恢复该关联;后续消息在条件允许时会继续落到同一个 Agent 会话上。

- 富媒体输入:支持在消息中直接附带文件和图片。

- 多端同步:同一实例可同时在多个设备上访问,会话状态实时同步。

文件访问

- 多 Project:同时托管多个目录,会话按 Project 独立组织,互不干扰。

- 数据自托管:所有对话历史、文件元数据、视图配置均存储在 Project 目录的 .mindfs/ 子目录下,迁移和备份只需复制目录本身。

- 文件树浏览:完整的目录树导航,支持文件预览,Markdown、图片、代码均有对应渲染器。支持 git status, git worktree。

交互优化

- / 斜杠命令:输入 / 触发命令候选列表,快速执行预设操作。

- @ 文件引用:输入 @ 触发文件路径补全,将任意文件作为上下文附件发送给 Agent。

- # 快捷提示词:输入 # 触发已收藏的快截提示词输入。

- 文件与会话双向跳转:打开文件可跳转到产生它的会话;打开会话可查看所有相关文件。

- Android, 浏览器应用(PWA):可安装到桌面或手机,体验更优。

- 手机界面优化:底部操作栏拇指可及,界面更简洁。

访问模式

- 本地模式:服务启动后即可在局域网内通过浏览器访问,无需任何账号或配置。

- Relay 远程模式:无需开放防火墙端口,通过 relayer 从公网任意设备访问本地实例,实现随时随地的 agent 访问。(本地模式页面中点击绑定按钮)

- 私有通道:通过私有通道(tailscale 等),直接通过 ip:port 访问。

- 端到端加密:会话、文件支持端到端加密保护。

插件系统

- 定制视图:插件是一种针对文件的定制视图,按照「传入文件内容 → 解析 → 渲染界面」的框架运行。

- Agent 生成插件:向 Agent 发送「实现一个 txt 小说阅读器」,Agent 即可生成对应插件,此后所有 txt 文件将以小说阅读方式呈现。

- 交互闭环:实现「定制插件 → 浏览文件 → Agent 交互」的完整闭环。

安装运行

- 单二进制:生产构建是一个静态编译的单二进制文件,内嵌所有 Web 资源,安装包小于 10M。

- 零依赖:宿主机无需安装 Node.js、Docker 或任何守护进程管理器。

- 多平台:支持 macOS(Intel + Apple Silicon)、Linux(x86-64、ARM64、ARMv7)、Windows(x86-64、ARM64)。

Installers · v0.4.7

ArchitectureTypeScopeInstallDownload
x64ZIP
archive
-Direct
arm64ZIP
archive
-Direct

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 MindFS.

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

Frequently asked questions

How do I install MindFS on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id a9gent.MindFS --exact --version 0.4.7. winget downloads the installer from a9gent and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MindFS silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id a9gent.MindFS --exact 0.4.7 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall MindFS via winget?
Run: winget uninstall --id a9gent.MindFS --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MindFS's Apps & Features entry.
Is MindFS free?
MindFS is distributed under AGPL-3.0. Refer to the publisher (https://github.com/a9gent/mindfs) for the full license terms - Wingetly itself does not charge for installation.
Does MindFS 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 MindFS directly from the publisher.
How do I keep MindFS up to date?
Run winget upgrade --id a9gent.MindFS --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of MindFS from microsoft/winget-pkgs.

Recent versions

  • 0.4.7latest
  • 0.4.6
  • 0.4.5
  • 0.4.4
  • 0.4.3
  • 0.4.2
  • 0.4.1
  • 0.4.0
  • 0.3.8
  • 0.3.7