A Neuro-sama Fetch themed system information tool - A fastfetch fork featuring custom ASCII art for the Neuro family.
Made with ❤️ for the Neuro-sama community. Primarily for my personal use on Arch Linux. What works for me may not work for you.
Note
Some parts may not be working for other OS. I have not tested on anything other than Arch-based distributions.
- 🎨 Custom ASCII Art: 8 characters - Neurosama, EvilNeuro, Vedal, Anny, Aquwa, Imp, Camimi, and Cog
- ⚡ Fast: Built on fastfetch - lightning-fast system info display
- 🎯 Easy Commands: Simple shortcuts for all logos
- 🔄 Smart Modes: Random or sequential logo rotation on terminal startup
- 🎨 RGB Colors: Authentic character colors with full RGB support
curl -sL https://raw.githubusercontent.com/laeter/neurofetch/dev/install.sh | bashgit clone https://github.com/laeter/neurofetch.git ~/.config/neurofetch
cd ~/.config/neurofetch
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j$(nproc)Add to your PATH (~/.zshrc or ~/.bashrc):
export PATH="$HOME/.config/neurofetch:$PATH"neurofetch --neuro # Neurosama
neurofetch --evil # EvilNeuro
neurofetch --vedal # Vedal
neurofetch --anny # Anny
neurofetch --aquwa # Aquwa
neurofetch --imp # Imp
neurofetch --camimi # Camimi
neurofetch --cog # Cog (Swarm)neurofetch --neuro-a # Apply Neurosama as default
neurofetch --evil-a # Apply EvilNeuro as default
neurofetch --vedal-a # Apply Vedal as default
neurofetch --anny-a # Apply Anny as default
neurofetch --aquwa-a # Apply Aquwa as default
neurofetch --imp-a # Apply Imp as default
neurofetch --camimi-a # Apply Camimi as default
neurofetch --cog-a # Apply Cog as defaultneurofetch -r # Random mode (default)
neurofetch -n # Sequential mode (cycles through all)- Neurosama - The AI VTuber herself (cyan/teal theme)
- EvilNeuro - The chaotic twin (red theme)
- Vedal - The creator/programmer (green theme)
- Anny - The mama (magenta/pink theme)
- Aquwa - Collaborator/friend (light cyan/blue theme)
- Imp - Character (pink/magenta theme)
- Camimi - Camila/turtle version (dark pink/blue theme)
- Cog - The Swarm symbol (pink/cyan theme)
Neurofetch uses a custom config at ~/.config/neurofetch/config.jsonc with:
- Boxed sections with Unicode borders
- Nerd Font icons for each info type
- Hardware, Software, and Uptime sections
- CPU/GPU usage displays
- Base: fastfetch - The blazing-fast system information tool
- ASCII Art: fetch-sama by c-error - All Neuro family & friends ASCII art (Neurosama, EvilNeuro, Vedal, Anny, Aquwa, Imp, Camimi, Cog) with RGB color palettes
- Neuro-sama Community: For the inspiration and support
- Development: Built with maximum brainrot energy ✨
Same as fastfetch - MIT License
For Neuro. For Evil. For Vedal. For Anny. For the Neuro-sama Community❤️.