npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@zythum02/fello-server

v0.1.52

Published

Fello Server — standalone headless AI agent server

Readme

🚀 Fello — Your AI Desktop Companion

Talk to your codebase. Let AI handle the heavy lifting.

English · 中文

Fello is a desktop AI workspace built on the open Agent Client Protocol (ACP). It's not tied to any single AI vendor — connect local agents (via ACP, e.g. kiro-cli acp) or any OpenAI-compatible API, and bring chat, files, terminal, diffs, project memory and MCP tools together in one native app.

Fello Screenshot

⬇️ Download Fello


📖 User Manual

🚀 Fello User Manual — Getting started, agent configuration, MCP setup, and more.


What is Fello?

Most AI tools lock you into one model, one subscription, one way of working. Fello takes a different approach: instead of being yet another agent, it's an agent-neutral desktop client that lets you bring your own agents.

  • 🧩 Built on the open ACP protocol — like LSP for language servers, but for AI agents
  • 🔁 Bring your own agent: local Stdio agents or OpenAI-compatible APIs
  • 📂 Work in a real workspace: files, terminal, and diffs alongside your chat

Who is it for?

  • Developers who want to switch between multiple agents freely
  • Privacy-conscious users who want local-first AI
  • Teams that need remote access or self-hosted deployment

Why Fello?

  • 🧩 No Vendor Lock-in — Connect any ACP-compatible agent or any OpenAI-compatible API, and switch freely between them per session. Your tools, your choice.

  • 🔒 Local-First & Private — Run agents locally and keep your code and data on your machine. Nothing leaves your computer unless you choose a cloud API.

  • 🖥️ All-in-One Workspace — Browse, edit, preview files, view diffs and run terminals side by side with your AI chat. One panel, fully synced.

  • 🧠 Persistent Project Memory — Project conventions, preferences, decisions and corrections survive across sessions, with focused retrieval and transactional updates.

  • 🛡️ Granular Permission Control — Approve every tool call or use "Always Allow" memory. Stay in control without repetitive confirmations.

  • 🌐 Remote Access & Self-Hosting — Access Fello from any browser on your LAN, or deploy its headless server on your own machine. Full functionality, zero compromise.

  • Automation — Schedule AI tasks with cron expressions. Daily reports, periodic checks, or any recurring workflow — on autopilot.

  • 💬 WeChat iLink — Bridge Fello to WeChat. Receive messages and reply right from your desktop.

  • 🎨 Beautiful & Modern UI — Dark/light themes, tabbed panels, and smooth streaming chat.


⚡ Deep Integrations

Fello goes beyond basic connectivity — it ships purpose-built optimizations for Kiro and CodeBuddy, so you get a smoother experience out of the box.

Kiro (guide)

  • 📊 Live context usage — see how much of your context window is in use in real time.
  • ⌨️ Slash commands — Kiro's commands are detected and surfaced right in the chat UI.
  • 🤖 Sub-agent status — Kiro's subagents appear as live sub-tasks with up-to-date status.

CodeBuddy (guide)

  • 👥 Agent Teams — multi-agent collaboration with live member and sub-task status (in progress / completed / failed).
  • 🔁 Turn replay filtering — CodeBuddy re-broadcasts the previous turn when a new prompt starts; Fello filters those replays automatically so your history stays clean.
  • ⚙️ Auto environment setup — recommended runtime environment variables are injected automatically.

Quick Start

  1. Download Fello for macOS / Windows / Linux from Releases.
  2. Add an Agent — a local Stdio agent (via ACP) or an OpenAI-compatible API. See the Agent guide.
  3. Start chatting — create a project, open a session, and let AI handle the heavy lifting.

📖 Full guide: Fello User Manual


📱 Connect Anywhere

Fello isn't just a desktop app — reach your agents from WeChat or any browser on your network.

💬 WeChat iLink

Bridge Fello to WeChat: receive messages and reply right from your desktop, wherever you are.

  1. Open Fello → SettingsWeChat iLink
  2. Click Connect and scan the QR code with WeChat
  3. Right-click a session in the sidebar → Set as WeChat Active

WeChat messages are routed into that session automatically, and the agent's replies are sent back to WeChat.

💡 Detailed walkthrough: WeChat iLink guide

🌐 WebUI Remote Access

Use the full Fello interface from any browser on your LAN — no installation needed on the client device.

  1. Open Fello → SettingsWebUI
  2. Toggle Enable WebUI, then set a port (auto-assigned by default) and a token
  3. Open the displayed access URL in a browser on the same network

💡 Detailed walkthrough: WebUI guide


Platform Support

| Platform | Desktop App | WebUI Remote Access | |----------|-------------|---------------------| | macOS | ✅ | ✅ | | Windows | ✅ | ✅ | | Linux | ✅ | ✅ | | Server (headless) | — | ✅ via browser through @zythum02/fello-server |


Community & Support


For Developers

Fello is open source. Want to build, customize, or contribute? See the Developer Guide.


Built with ❤️ by Zythum · GPL-3.0-or-later