{"id":28089354,"url":"https://github.com/xiaobaidadada/filecat","last_synced_at":"2026-04-02T18:50:33.937Z","repository":{"id":243812354,"uuid":"813519024","full_name":"xiaobaidadada/filecat","owner":"xiaobaidadada","description":"Web File Server Manager,  Ai Agent. 文件与服务器管理 、开发助手、运维工具、Ai控制电脑、迷你龙虾","archived":false,"fork":false,"pushed_at":"2026-03-28T15:07:34.000Z","size":5075,"stargazers_count":83,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-28T15:42:11.789Z","etag":null,"topics":["administration","agent","ai","cpu","ddns","docker","filebrowser","filemanager","ftp-client","nodejs","rdp-client","ssh-client","systemd","systeminfo"],"latest_commit_sha":null,"homepage":"https://filecat.xiaobaidadada.fun","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiaobaidadada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-11T08:40:42.000Z","updated_at":"2026-03-28T15:07:38.000Z","dependencies_parsed_at":"2024-08-03T21:25:03.256Z","dependency_job_id":"9ea79c4b-71d7-4528-b3cf-d231203649b3","html_url":"https://github.com/xiaobaidadada/filecat","commit_stats":null,"previous_names":["xiaobaidadada/filecat"],"tags_count":134,"template":false,"template_full_name":null,"purl":"pkg:github/xiaobaidadada/filecat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaobaidadada%2Ffilecat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaobaidadada%2Ffilecat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaobaidadada%2Ffilecat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaobaidadada%2Ffilecat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaobaidadada","download_url":"https://codeload.github.com/xiaobaidadada/filecat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaobaidadada%2Ffilecat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["administration","agent","ai","cpu","ddns","docker","filebrowser","filemanager","ftp-client","nodejs","rdp-client","ssh-client","systemd","systeminfo"],"created_at":"2025-05-13T12:57:28.865Z","updated_at":"2026-04-02T18:50:33.929Z","avatar_url":"https://github.com/xiaobaidadada.png","language":"TypeScript","readme":"\n# ![](./src/web/meta/resources/img/logo-70.png) FileCat\n\n[English](./doc/EN_README.md) \n\nFileCat 是一个以文件管理为核心的服务器管理工具。通过配置服务器文件路径，用户可以在简洁直观的 Web 界面中管理服务器文件，同时集成命令终端、Docker 管理、网络代理等多种运维功能，实现统一的服务器管理体验。\n\n**现在支持AI 聊天的方式询问服务器资源，管理服务器，不再需要记住复杂的Linux命令**;\n\n定制化开发联系qq: 1643220580\n\n## Demo\nhttp://demo.filecat.xiaobaidadada.fun/\n\nusername/password: demo/demo\n中文账号 demo-zh/demo\n\ndemo服务器由[ 野草云 ](https://my.yecaoyun.com/aff.php?aff=7185)赞助提供\n## 安装方式 \n小的bug修复与功能更新，只会在npm上实时发布同步\n\n### 1. Npm\n\n\n`npm install -g filecat `\n\n\n建议使用node20，部分功能作为一些npm子模块依赖，如果电脑访问github过慢，安装的时候会退化为本地c++编译，需要安装python3.8(不能太高)和c++编译器才能安装成功，否则会影响部功能的运行，windows下如果安装报错，是需要本地编译一些c++依赖，需要先安装python3和[vs_BuildTools](https://aka.ms/vs/17/release/vs_BuildTools.exe)(选择c++桌面，和Spectre 单独的包，安装这两个库)再执行安装.\n\n对于Linux系统，安装完以后，你可选择使用pm2来保活，或者使用 `filecat --install`来注册到systemd\n\n### 2. Linux curl \n\n`curl -o install.sh https://filecat.xiaobaidadada.fun/files/linux-install.sh \u0026\u0026 bash install.sh`\n\n在linux系统下可以执行该命令，将自动下载二进制包并执行安装程序，按照提示输入参数即可。 \n\n### 3.  二进制\n下载最新 [Releases](https://github.com/xiaobaidadada/filecat/releases)\n\n### 4. Docker\n`docker run -d --name filecat --restart=always --net=host -v /home:/home ghcr.io/xiaobaidadada/filecat:latest --port 5567 --base_folder /home`\n\n### 5. Git Clone\n`git clone https://github.com/xiaobaidadada/filecat.git`\n\n`npm install`\n\n`npm run dev` or `npm run build \u0026\u0026 node dist/main.js`\n\n## 运行\n运行 `filecat --port 5567`\n\naccount/password: admin/admin\n\n更多参数可以使用 `filecat --help` 查看\n\n## 功能概览 \n|           文件管理           |                                         代码编辑                                         |          多用户管理           |\n|:------------------------:|:------------------------------------------------------------------------------------:|:------------------------:|\n| ![](https://github.com/user-attachments/assets/46b67603-db28-4751-b0c1-4e1ae9cef0d2) | ![](https://github.com/user-attachments/assets/aa6cf4d9-1a0f-4d47-b48d-21c509ec1554) | ![](https://github.com/user-attachments/assets/09d968e5-cd72-4aa3-8351-12ea3c0d7031) |\n\n\n|         10G 日志查看         |           系统信息           |                                      TUN客户端/服务器                                      |\n|:------------------------:|:------------------------:|:------------------------------------------------------------------------------------:|\n| ![](https://github.com/user-attachments/assets/20702c83-4f68-47cf-ae12-7694f19dea2a) | ![image](https://github.com/user-attachments/assets/9845638c-8298-4957-86cb-201b3ca2a7d9) | ![](https://github.com/user-attachments/assets/f7a746af-5645-4241-9e2e-69eace3b4ba1) |\n|                                                                                                                                                                                                                                                                                                                                                                                                      AI问答                                                                                                                                                                                                                                                                                                                                                                                                       |                      |                                                                                      |\n| ![](https://github.com/user-attachments/assets/14c7636e-ed6a-4f4e-ac3b-64b40f66b31f) |  |  |\n\n\n- **文件管理**: 支持断点分块上传、多个根目录、代码\\图片编辑、编辑器模式、白板绘图，文件分享...\n- **终端**：相比filebrowser使用了xterm.js，并且采用了虚拟shell完美实现命令的权限过滤，避免用户执行类似 rm -r / 的危险命令（所以使用终端命令行，就需要先在用户设置中设置命令权限）\n- **CI/CD自动化构建**：内置了一个模仿github workflow 语法实现的自动化构建功能，作用于以.act结尾的文件\n- **ssh代理**: 可以管理多个linux服务器，作用和winscp类似，让终端和文件管理更方便。除此之外还支持http代理，rdp远程桌面(windows)等代理\n- **网站导航**: 记录管理自己的多个链接地址\n- **系统、docker、进程 等信息的监控**: 对于系统进程查询，采用了高效的实现方式，监控全部进程的状态只需要非常小的cpu占用率\n- **AI 问答**: 通过与ai进行交互来执行命令获取服务器资源，同时支持权限过滤，避免AI执行危险命令行为（因此使用AI功能，需要先在用户设置中，给用户设置命令权限，建议设置 `*` 允许全部命令，在设置禁止不能执行的危险命令），需要自己注册配置任何符合openai风格的模型api。另外还支持本地知识库全文检索的rag方式增强ai能力。\n- **超大日志查看**: 采用文件分片读取的方式，不管多大的文本文件都可以做到秒开\n- **虚拟Tun网络**: 可以进行客户端和服务器模式的tun网络建立，让多个具有公网或者内容的电脑拥有虚拟ip，进行局域网形式的通信\n- **虚拟Tcp网络**: 采用客户端和服务器模式，服务器可以控制客户端，让客户端在当前网络环境中进行tcp通信代理\n\n\n\n##  qq群\n824838674\n\n##  Thanks\n以下项目为 FileCat 提供了灵感或基础\n\n- [filebrowser](https://github.com/filebrowser/filebrowser)\n- [MeshCentral](https://github.com/Ylianst/MeshCentral)\n- [mstsc](https://github.com/citronneur/mstsc.js)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaobaidadada%2Ffilecat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaobaidadada%2Ffilecat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaobaidadada%2Ffilecat/lists"}