# Dylan Araps

> programmer

**Wikidata**: [Q107369997](https://www.wikidata.org/wiki/Q107369997)  
**Source**: https://4ort.xyz/entity/dylan-araps

## Summary  
Dylan Araps is a programmer best known for creating minimalist open-source tools such as *pfetch* and *fff*, and for founding the KISS Linux distribution. His work emphasizes simplicity, efficiency, and minimalism in software design.

## Biography  
- Born: 1998  
- Nationality: Not specified  
- Education: Not specified  
- Known for: Creating pfetch, fff, and founding KISS Linux  
- Employer(s): Not specified  
- Field(s): Software development, open-source systems  

## Contributions  
Dylan Araps has made significant contributions to the open-source community through the creation of lightweight, efficient software tools and operating systems. In 2019, he launched **KISS Linux**, a minimalist Linux distribution designed with simplicity in mind. The project gained attention for its no-compromise approach to system design and was actively maintained until 2024. He also developed **pfetch**, a fast and simple system information tool written in POSIX shell script, which became widely adopted among terminal users seeking minimal overhead. Additionally, he authored **fff**, a terminal-based file manager optimized for speed and usability. These tools reflect his philosophy of minimalism and performance-driven code. Araps shares much of his technical writing and projects via his personal website and Leanpub profile, further influencing developers interested in low-level computing and minimalist software practices.

## FAQs  
### Q: What is Dylan Araps known for?  
A: Dylan Araps is known for developing minimalist open-source software tools like pfetch and fff, and for founding the KISS Linux distribution.  

### Q: Is Dylan Araps still maintaining KISS Linux?  
A: No, Dylan Araps ended active maintenance of KISS Linux in 2024 after launching it in June 2019.  

### Q: Where can I find Dylan Araps' projects?  
A: His projects are primarily hosted on GitHub under the username `dylanaraps`, and detailed on his personal site at https://dylan.gr/.  

## Why They Matter  
Dylan Araps has had a notable impact on the open-source ecosystem by promoting minimalist software principles. Through tools like pfetch and fff, he demonstrated how functionality could be delivered efficiently without unnecessary complexity. His stewardship of KISS Linux influenced a niche but dedicated group of users and developers who valued simplicity over feature bloat. By designing software that prioritizes clarity and performance, Araps inspired others to rethink conventional approaches to system administration and user interface design. His influence extends beyond direct usage—his ideas resonate within communities focused on Unix-like philosophies and DIY computing cultures.

## Notable For  
- Founding the KISS Linux distribution in 2019  
- Authoring pfetch, a popular POSIX-compliant system info fetch utility  
- Developing fff, a minimalist terminal-based file manager  
- Advocating for minimalist and performant software design  
- Publishing technical content through Leanpub and personal platforms  

## Body  
### Early Life and Identity  
Dylan Araps was born in 1998 and identifies as male. While details about his formal education or nationality are not publicly available, he established himself early in the open-source software community through self-directed programming efforts.

### Career and Projects  
Araps began publishing small utilities and scripts online before embarking on larger initiatives. His most recognized works include:

#### pfetch (Year Unknown)  
A system information fetching tool written entirely in POSIX shell. It quickly gained popularity due to its portability and lack of dependencies.

#### fff – Fast File Manager (Year Unknown)  
A terminal-based file manager optimized for speed and ease-of-use. Written in C, it supports vi-style keybindings and integrates cleanly into minimalist workflows.

#### KISS Linux (Incepted: 2019-06-23)  
Launched in June 2019, KISS Linux aimed to provide a fully functional yet extremely simple Linux environment. The distribution followed strict guidelines against package managers, complex build systems, and non-essential features. Development ceased in 2024.

### Online Presence and Platforms  
Araps maintains a strong digital footprint across several platforms:
- GitHub: [dylanaraps](https://github.com/dylanaraps)
- Personal Website: [https://dylan.gr/](https://dylan.gr/)
- Twitter/X: [@dylanaraps](https://twitter.com/dylanaraps)
- Patreon ID: dyla (ID: 4886273)
- Email: dylan.araps@gmail.com, iam@dylan.gr
- RSS Feed: [https://dylan.gr/feed.xml](https://dylan.gr/feed.xml)

He also publishes books and guides on Leanpub, focusing on topics aligned with minimalist software development.

## Schema Markup  
```json
{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "Dylan Araps",
  "jobTitle": "Programmer",
  "birthDate": "1998",
  "gender": "Male",
  "url": "https://dylan.gr/",
  "sameAs": [
    "https://github.com/dylanaraps",
    "https://twitter.com/dylanaraps"
  ],
  "description": "Dylan Araps is a programmer known for creating minimalist open-source tools such as pfetch and fff, and for founding the KISS Linux distribution."
}

## References

1. GitHub
2. [Source](https://dylan.gr/)