{"id":13574759,"url":"https://github.com/fastfetch-cli/fastfetch","last_synced_at":"2026-04-22T03:03:59.294Z","repository":{"id":37105052,"uuid":"340181518","full_name":"fastfetch-cli/fastfetch","owner":"fastfetch-cli","description":"A maintained, feature-rich and performance oriented, neofetch like system information tool.","archived":false,"fork":false,"pushed_at":"2026-02-28T11:12:30.000Z","size":14815,"stargazers_count":20392,"open_issues_count":56,"forks_count":701,"subscribers_count":52,"default_branch":"dev","last_synced_at":"2026-02-28T11:43:32.595Z","etag":null,"topics":["bsdfetch","command-line","fastfetch","fetch","flashfetch","hacktoberfest","macfetch","neofetch","terminal","winfetch"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastfetch-cli.png","metadata":{"files":{"readme":"README-cn.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"LinusDierheimer","ko_fi":"carterli","custom":"https://paypal.me/zhangsongcui"}},"created_at":"2021-02-18T21:25:19.000Z","updated_at":"2026-02-28T11:12:34.000Z","dependencies_parsed_at":"2025-12-18T14:03:58.109Z","dependency_job_id":null,"html_url":"https://github.com/fastfetch-cli/fastfetch","commit_stats":null,"previous_names":["fastfetch-cli/fastfetch","linusdierheimer/fastfetch"],"tags_count":178,"template":false,"template_full_name":null,"purl":"pkg:github/fastfetch-cli/fastfetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastfetch-cli%2Ffastfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastfetch-cli%2Ffastfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastfetch-cli%2Ffastfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastfetch-cli%2Ffastfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastfetch-cli","download_url":"https://codeload.github.com/fastfetch-cli/fastfetch/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastfetch-cli%2Ffastfetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bsdfetch","command-line","fastfetch","fetch","flashfetch","hacktoberfest","macfetch","neofetch","terminal","winfetch"],"created_at":"2024-08-01T15:00:54.459Z","updated_at":"2026-04-22T03:03:59.286Z","avatar_url":"https://github.com/fastfetch-cli.png","language":"C","funding_links":["https://github.com/sponsors/LinusDierheimer","https://ko-fi.com/carterli","https://paypal.me/zhangsongcui"],"categories":["C","Utilities","Operation System","Terminal","⚙️ Utilities \u0026 Tools","Tasks","Command Line Utilities","🛠️ Developer Tools","command-line","Tools","terminal","C/C++程序设计","🧰 命令行工具","Command Line Tools","\u003ca name=\"monitor\"\u003e\u003c/a\u003eSystem monitoring","Miscellaneous Tools","Tool"],"sub_categories":["System Interaction Utilities","Cross Platform","Fetch","System Info / Monitoring","资源传输下载","Other","TUI Tool"],"readme":"# Fastfetch\n\nFastfetch 是一款类似 neofetch 的系统信息展示工具，主要用 C 编写，强调性能和可定制性。支持 Linux、macOS、Windows 7+、Android、FreeBSD、OpenBSD、NetBSD、DragonFly、Haiku、SunOS。\n\n示例配置见 presets/examples，更多截图与平台说明见 Wiki。\n\n## 安装\n\nLinux（部分）：\n- Debian 13+ / Ubuntu: apt install fastfetch\n- Arch: pacman -S fastfetch\n- Fedora: dnf install fastfetch\n- openSUSE: zypper install fastfetch\n- Linuxbrew：brew install fastfetch\n- 各发行版打包状态：https://repology.org/project/fastfetch/versions\n\nmacOS：\n- Homebrew：brew install fastfetch\n- MacPorts：sudo port install fastfetch\n\nWindows：\n- scoop install fastfetch\n- choco install fastfetch\n- winget install fastfetch\n- MSYS2：pacman -S mingw-w64-\u003csubsystem\u003e-\u003carch\u003e-fastfetch\n\nBSD：\n- FreeBSD：pkg install fastfetch\n- NetBSD：pkgin in fastfetch\n- OpenBSD：pkg_add fastfetch\n\nAndroid（Termux）：\n- pkg install fastfetch\n\nNightly 构建：\n- https://nightly.link/fastfetch-cli/fastfetch/workflows/ci/dev?preview\n\n## 源码构建\n\n基本上是 `cmake . \u0026\u0026 make`。详见 Wiki：https://github.com/fastfetch-cli/fastfetch/wiki/Building\n\n## 使用\n\n- 默认运行：`fastfetch`\n- 查看所有可用模块示例：`fastfetch -c all.jsonc`\n- 以 JSON 输出指定模块：`fastfetch -s \u003cmodule1\u003e[:\u003cmodule2\u003e] --format json`\n- 完整命令行帮助：`fastfetch --help`\n- 生成最小配置：`fastfetch --gen-config [\u003c/path/to/config.jsonc\u003e]`\n  - 生成完整配置：`fastfetch --gen-config-full`\n  - 请使用支持 JSON schema 的编辑器（如 VSCode）编辑配置文件！\n  - 如果你连接 Github 有网络困难（智能提示不生效），可将配置文件中的 `$schema` 的值替换为 `https://gitee.com/carterl/fastfetch/raw/dev/doc/json_schema.json`\n\n## 定制\n\n- 配置使用 JSONC，语法与选项见 Wiki：https://github.com/fastfetch-cli/fastfetch/wiki/Configuration\n- 预设示例位于 presets，可用 `-c \u003cfilename\u003e` 加载\n- Logo 选项与图像显示见文档：https://github.com/fastfetch-cli/fastfetch/wiki/Logo-options\n- 模块格式化（示例，仅显示 GPU 名称）：\n```jsonc\n{\n  \"modules\": [\n    { \"type\": \"gpu\", \"format\": \"{name}\" }\n  ]\n}\n```\n详见：https://github.com/fastfetch-cli/fastfetch/wiki/Format-String-Guide\n\n## 反馈与支持\n\n- 使用问题：Discussions https://github.com/fastfetch-cli/fastfetch/discussions\n- 疑似缺陷：Issues https://github.com/fastfetch-cli/fastfetch/issues（请填写模版）\n\n## 赞助\n\n\u003cimg src=\"https://github.com/user-attachments/assets/a36a6501-e8b0-4a10-9061-b9206d12ffba\" width=\"220\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastfetch-cli%2Ffastfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastfetch-cli%2Ffastfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastfetch-cli%2Ffastfetch/lists"}