{"id":1135,"date":"2024-09-09T02:03:53","date_gmt":"2024-09-09T02:03:53","guid":{"rendered":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/"},"modified":"2024-12-10T04:07:37","modified_gmt":"2024-12-10T04:07:37","slug":"discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information","status":"publish","type":"post","link":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/","title":{"rendered":"Discover Fastfetch: The Ideal Alternative to Neofetch for System Information"},"content":{"rendered":"<p><p><strong>Following the halt in development of the system info application <em>Neofetch<\/em> earlier this year, numerous forks, alternatives, and new initiatives emerged to replace it.<\/strong><\/p>\n<\/p>\n<p><p>The alternative to <em>Neofetch<\/em> that appears to have gained significant popularity\u2014though this is based on anecdotal evidence, as I haven&#8217;t personally verified this at Linux conventions\u2014is <em>Fastfetch<\/em>.<\/p>\n<\/p>\n<p><p>Like <em>Neofetch<\/em>, <em>Fastfetch<\/em> displays beautifully formatted information about your operating system, desktop environment, key technologies, and certain hardware specifications in a terminal window.<\/p>\n<\/p>\n<p><p>However, <em>Fastfetch<\/em> surpasses <em>Neofetch<\/em> in capabilities: it is quicker, has more features, supports Wayland (an area where Neofetch was technically lacking), and benefits from ongoing updates and maintenance.<\/p>\n<\/p>\n<p><p>Indeed, Fastfetch is described as <em>&#8220;a neofetch-like tool for fetching system information and displaying it prettily. It is primarily written in C, focusing on performance and customizability.&#8221;<\/em><\/p>\n<\/p>\n<p><p>A growing community has emerged around the tool since 2023, attracted by its <a href=\"https:\/\/github.com\/fastfetch-cli\/fastfetch\/wiki\/Configuration.\" rel=\"nofollow noopener\" target=\"_blank\">customization<\/a> capabilities (and yes, I am highlighting <em>Fastfetch<\/em>&#8216;s customization features because they are a significant attraction).<\/p>\n<\/p>\n<p><p>I&#8217;m familiar with <em>Neofetch<\/em>, having used it for many years. Although <em>Fastfetch<\/em> provides a lot of information right from the start, I find that the level of detail is somewhat excessive. I often need to scroll or resize my terminal to view everything \u2013 which is not ideal for taking screenshots!<\/p>\n<\/p>\n<p><p>So I love that this tool is very easy to control, tweak, and fine-tune. It\u2019s possible to choose which stats are shown, in what order, how they format their data, the colours, icons, and syntax they use, and so on.<\/p>\n<\/p>\n<p><p>If that sound like effort, no worries \u2013 someone else has done the hard-graft for you since <em>Fastfetch<\/em> bundles in over 20 presets and examples you can preview, including a 1:1 <em>Neofetch<\/em> clone.<\/p>\n<\/p>\n<p><p>Once you find a setup you like, make it the default by generating a local config file (<code>fastfetch --gen-config<\/code>), copy the contents of your desired <code>.jsonc<\/code> file to this local config, then hit save. When you next run <code>fastfetch<\/code>, that\u2019s the output you see.<\/p>\n<\/p>\n<p><p>But perhaps there are things you\u2019d like to add? Maybe you\u2019d like to see battery info, or show now playing status in your print out? You can do that too thanks to a myriad of supported modules. Make things less verbose, or make \u2019em way more elaborate \u2013 it\u2019s up to you!<\/p>\n<p>Icons don\u2019t render in <em>Fastfetch<\/em>? Just download the<a href=\"https:\/\/github.com\/ryanoasis\/nerd-fonts\/releases\/latest\" target=\"_blank\" rel=\"nofollow noopener\"> <em>Nerdfonts<\/em> symbols-only font<\/a> zip, extract, install the font, refresh your font cache, and you should be good to go as! The terminal falls back to a supported unicode font for missing symbols (only; text unaffected).<\/p>\n<h2>Install Fastfetch on Ubuntu<\/h2>\n<p><em>Fastfetch<\/em> is free, open source software <a href=\"https:\/\/github.com\/fastfetch-cli\/fastfetch\/\" target=\"_blank\" rel=\"nofollow noopener\">available on GitHub<\/a> and licensed under the MIT license. It is a distinct project in its own right, not a continuation or fork of <em>Neofetch<\/em>, but a grade-a replacement for it.<\/p>\n<\/p>\n<p><p><em>Fastfetch<\/em> is readily available in the Ubuntu 24.10 repositories, enabling a straightforward installation without the need for additional package formats. A simple terminal command <code>sudo apt install fastfetch<\/code> is sufficient to install it swiftly.<\/p>\n<\/p>\n<p><p>However, Ubuntu 24.10 uses version 2.15.x which lags behind the most recent version 2.23, which includes significant enhancements.<\/p>\n<\/p>\n<p><p>For users of Ubuntu 22.04, 24.04, and 24.10, an alternative is to utilize an unofficial yet officially supported <a href=\"https:\/\/launchpad.net\/~zhangsongcui3371\/+archive\/ubuntu\/fastfetch\" target=\"_blank\" rel=\"nofollow noopener\">Fastfetch PPA<\/a> for accessing the latest version, or to manually download the DEB installer from the <a href=\"https:\/\/github.com\/fastfetch-cli\/fastfetch\/releases\/latest\" target=\"_blank\" rel=\"nofollow noopener\">project&#8217;s Github releases page<\/a>.<\/p>\n<\/p>\n<p><p>Then install it manually.<\/p>\n<\/p>\n<ol>\n<li>Discontinued but still works, however there will be quirks, bugs, and issues detecting\/conveying specs\/details on newer hardware\/distros\/tech stack as time goes on <a href=\"#6f68347c-8963-46f2-8f6c-62adac4e3630-link\" rel=\"nofollow noopener\" target=\"_blank\">\u21a9\ufe0e<\/a><\/li>\n<li>Run <code>fastfetch -c all.jsonc<\/code> to see all of the available modules <a href=\"#299c7f81-c4d1-47ef-9ccf-764083ca7447-link\" rel=\"nofollow noopener\" target=\"_blank\">\u21a9\ufe0e<\/a><\/li>\n<li>Or not-so-fast if your internet connection is poor, ofc <a href=\"#d45acb0d-3ee6-49d3-aa15-f04c74ba5f16-link\" rel=\"nofollow noopener\" target=\"_blank\">\u21a9\ufe0e<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Following the halt in development of the system info application Neofetch earlier this year, numerous forks, alternatives, and new initiatives emerged to replace it. The alternative to Neofetch that appears to have gained significant popularity\u2014though this is based on anecdotal evidence, as I haven&#8217;t personally verified this at Linux conventions\u2014is Fastfetch. Like Neofetch, Fastfetch displays [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1136,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[663,664,665,4,114],"tags":[],"class_list":["post-1135","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cli-tools","category-fastfetch","category-neofetch","category-news","category-system-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Fastfetch: The Perfect Alternative to Neofetch | ServerHost<\/title>\n<meta name=\"description\" content=\"As a dependable and comprehensive substitute for Neofetch, Fastfetch offers system information through an elegant user interface. Try it out right now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fastfetch: The Perfect Alternative to Neofetch | ServerHost\" \/>\n<meta property=\"og:description\" content=\"As a dependable and comprehensive substitute for Neofetch, Fastfetch offers system information through an elegant user interface. Try it out right now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/\" \/>\n<meta property=\"og:site_name\" content=\"ServerHost Hosting Solutions Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-09T02:03:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-10T04:07:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/09\/f072c4c3b2ad2f1f64d8570bd35c9757.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1008\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/\",\"url\":\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/\",\"name\":\"Fastfetch: The Perfect Alternative to Neofetch | ServerHost\",\"isPartOf\":{\"@id\":\"https:\/\/serverhost.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/09\/f072c4c3b2ad2f1f64d8570bd35c9757.webp\",\"datePublished\":\"2024-09-09T02:03:53+00:00\",\"dateModified\":\"2024-12-10T04:07:37+00:00\",\"author\":{\"@id\":\"https:\/\/serverhost.com\/blog\/#\/schema\/person\/535ebc9c42672d8f79ad3ee8ea563d66\"},\"description\":\"As a dependable and comprehensive substitute for Neofetch, Fastfetch offers system information through an elegant user interface. Try it out right now.\",\"breadcrumb\":{\"@id\":\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#primaryimage\",\"url\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/09\/f072c4c3b2ad2f1f64d8570bd35c9757.webp\",\"contentUrl\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/09\/f072c4c3b2ad2f1f64d8570bd35c9757.webp\",\"width\":1920,\"height\":1008},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/serverhost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Discover Fastfetch: The Ideal Alternative to Neofetch for System Information\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/serverhost.com\/blog\/#website\",\"url\":\"https:\/\/serverhost.com\/blog\/\",\"name\":\"ServerHost Hosting Solutions Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/serverhost.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/serverhost.com\/blog\/#\/schema\/person\/535ebc9c42672d8f79ad3ee8ea563d66\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/serverhost.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b8e5973018461f98bcdda40e69a0a7ae6548c079e5e7a1a0c8b40c0738e0fb52?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b8e5973018461f98bcdda40e69a0a7ae6548c079e5e7a1a0c8b40c0738e0fb52?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/serverhost.com\/blog\"],\"url\":\"https:\/\/serverhost.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fastfetch: The Perfect Alternative to Neofetch | ServerHost","description":"As a dependable and comprehensive substitute for Neofetch, Fastfetch offers system information through an elegant user interface. Try it out right now.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/","og_locale":"en_US","og_type":"article","og_title":"Fastfetch: The Perfect Alternative to Neofetch | ServerHost","og_description":"As a dependable and comprehensive substitute for Neofetch, Fastfetch offers system information through an elegant user interface. Try it out right now.","og_url":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/","og_site_name":"ServerHost Hosting Solutions Blog","article_published_time":"2024-09-09T02:03:53+00:00","article_modified_time":"2024-12-10T04:07:37+00:00","og_image":[{"width":1920,"height":1008,"url":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/09\/f072c4c3b2ad2f1f64d8570bd35c9757.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/","url":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/","name":"Fastfetch: The Perfect Alternative to Neofetch | ServerHost","isPartOf":{"@id":"https:\/\/serverhost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#primaryimage"},"image":{"@id":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#primaryimage"},"thumbnailUrl":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/09\/f072c4c3b2ad2f1f64d8570bd35c9757.webp","datePublished":"2024-09-09T02:03:53+00:00","dateModified":"2024-12-10T04:07:37+00:00","author":{"@id":"https:\/\/serverhost.com\/blog\/#\/schema\/person\/535ebc9c42672d8f79ad3ee8ea563d66"},"description":"As a dependable and comprehensive substitute for Neofetch, Fastfetch offers system information through an elegant user interface. Try it out right now.","breadcrumb":{"@id":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#primaryimage","url":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/09\/f072c4c3b2ad2f1f64d8570bd35c9757.webp","contentUrl":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/09\/f072c4c3b2ad2f1f64d8570bd35c9757.webp","width":1920,"height":1008},{"@type":"BreadcrumbList","@id":"https:\/\/serverhost.com\/blog\/discover-fastfetch-the-ideal-alternative-to-neofetch-for-system-information\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/serverhost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Discover Fastfetch: The Ideal Alternative to Neofetch for System Information"}]},{"@type":"WebSite","@id":"https:\/\/serverhost.com\/blog\/#website","url":"https:\/\/serverhost.com\/blog\/","name":"ServerHost Hosting Solutions Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serverhost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/serverhost.com\/blog\/#\/schema\/person\/535ebc9c42672d8f79ad3ee8ea563d66","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serverhost.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b8e5973018461f98bcdda40e69a0a7ae6548c079e5e7a1a0c8b40c0738e0fb52?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b8e5973018461f98bcdda40e69a0a7ae6548c079e5e7a1a0c8b40c0738e0fb52?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/serverhost.com\/blog"],"url":"https:\/\/serverhost.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/1135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/comments?post=1135"}],"version-history":[{"count":1,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/1135\/revisions"}],"predecessor-version":[{"id":1564,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/1135\/revisions\/1564"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/media\/1136"}],"wp:attachment":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/media?parent=1135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/categories?post=1135"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/tags?post=1135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}