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

filecat

v5.18.5

Published

FileCat Server Manager

Readme

FileCat

FileCat 是一个基于 Web 的文件服务器、服务器管理工具。集成了文件管理、超大日志查看、远程终端访问、系统进程监控,以及包括 VPN、SSH、RDP、HTTP、TCP 等多种网络代理功能。支持windows、linux、mac。

本项目是对filebrowser的功能增强,使用和filebrowser一样的ui,以服务器文件管理为基础添加一些服务器控制功能。

FileCat is a web-based server management platform that provides file management, large-scale log viewing, remote terminal access, process monitoring, and various network proxies including VPN, SSH, RDP, HTTP, and TCP.

安装方式 / Installation

小的bug修复与功能更新,只会在npm上实时发布同步

Minor bug fixes and feature updates will only be released and synchronized in real time on npm.

1. Npm

npm install -g filecat --registry https://registry.npmmirror.com windows下如果安装报错,是需要本地编译一些c++依赖,需要先安装python3和vs_BuildTools再执行安装.

2. Docker

docker run -d \ --name filecat \ --restart=always \ --net=host \ -v /home:/home \ ghcr.io/xiaobaidadada/filecat:latest \ --port 5567 --base_folder /home

3. Binary 二进制

Download the latest Releases

4. git clone

git clone https://github.com/xiaobaidadada/filecat.git

npm install

npm run dev or npm run build && node dist/main.js

运行/Running

运行 filecat --port 5567

account/password: admin/admin

更多参数可以使用 filecat --help 查看

功能概览 / Features

| 文件管理 | 代码编辑 | 多用户管理 | |:------------------------:|:------------------------------------------------------------------------------------:|:------------------------:| | | | |

| 10G 日志查看 | 系统信息 | vpn | |:------------------------:|:------------------------:|:------------------------:| | | image | |

  • 文件管理: 支持断点分块上传、多个根目录、代码\图片编辑、编辑器模式、白板绘图...
  • 终端:相比filebrowser使用了xterm.js,并且采用了虚拟shell完美实现命令的权限过滤,避免用户执行类似 rm -r / 的危险命令
  • CI/CD自动化构建:内置了一个模仿github workflow 语法实现的自动化构建功能,作用于以.act结尾的文件
  • ssh代理: 可以管理多个linux服务器,作用和winscp类似,让终端和文件管理更方便。除此之外还支持http代理,rdp远程桌面(windows)等代理
  • 网站导航: 记录管理自己的多个链接地址
  • 系统、docker、进程 等信息的监控: 对于系统进程查询,采用了高效的实现方式,监控全部进程的状态只需要非常小的cpu占用率

More: https://filecat.xiaobaidadada.fun

qq群

824838674

Thanks

以下项目为 FileCat 提供了灵感或基础