{"id":16213721,"url":"https://github.com/hardbsdk/software-bible","last_synced_at":"2025-04-02T22:31:05.276Z","repository":{"id":157843857,"uuid":"582965366","full_name":"hardBSDk/software-bible","owner":"hardBSDk","description":"My software recommendations (Awesome-like).","archived":false,"fork":false,"pushed_at":"2023-09-18T17:37:17.000Z","size":73,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T20:38:24.571Z","etag":null,"topics":["bsd","clean-room","desktop","emulators","games","kiss","linux","mobile","p2p","rust","suckless","tools","unix","web"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardBSDk.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}},"created_at":"2022-12-28T11:16:48.000Z","updated_at":"2025-02-15T11:58:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc2012a7-7796-4f60-981c-522fc737c109","html_url":"https://github.com/hardBSDk/software-bible","commit_stats":null,"previous_names":["hardbsdk/software-bible"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardBSDk%2Fsoftware-bible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardBSDk%2Fsoftware-bible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardBSDk%2Fsoftware-bible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardBSDk%2Fsoftware-bible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardBSDk","download_url":"https://codeload.github.com/hardBSDk/software-bible/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905077,"owners_count":20852806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bsd","clean-room","desktop","emulators","games","kiss","linux","mobile","p2p","rust","suckless","tools","unix","web"],"created_at":"2024-10-10T11:08:06.715Z","updated_at":"2025-04-02T22:31:05.034Z","avatar_url":"https://github.com/hardBSDk.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software Bible\n\nOn this list you will found my most **BRUTAL** software recommendations, the software listed here is perfect.\n\nMy focus is functionality/usability, several software have annoying bloat (Electron) that reduce the portability/security and increase resource consumption, I try to replace it whenever I can.\n\n- [Operating Systems](#operating-systems)\n- [System](#system)\n- [Terminal](#terminal)\n- [Networking](#networking)\n- [Files](#files)\n- [Video](#video)\n- [Image](#image)\n- [Audio](#audio)\n- [Games](#games)\n- [Emulators](#emulators)\n- [Other](#other)\n\n## Operating Systems\n\n- [Redox OS](https://www.redox-os.org/) - An Unix-like operating system written in Rust with a microkernel design.\n\n  It aims to be correct, reliable and secure, a microkernel design move the system components to user-space (to reduce kernel panics and improve security) while the Rust compiler/syntax produce secure (memory-safety) and efficient code (inspired by Plan 9, Minix, BSD, seL4 and Linux).\n\n- [Pop!_OS](https://pop.system76.com/) - An Ubuntu-based distribution focused on hardware reliability and system efficiency.\n\n  It updates the Linux kernel version as long all System76 hardware is reliable, bundle a customized CFS scheduler policy to avoid hangs on X11/Wayland interfaces and will offer its own [desktop environment](https://github.com/pop-os/cosmic-epoch) written in Rust.\n\n- [HardenedBSD](https://hardenedbsd.org/) - Hardened fork of FreeBSD with a implementation of the [grsecurity](https://grsecurity.net/) exploit mitigations and many other state-of-the-art mitigations.\n\n## System\n\n- [topgrade](https://github.com/topgrade-rs/topgrade) - A tool to update the packages on many distribution formats (system packages, Flatpak, Snap, Cargo and many others).\n- [bottom](https://github.com/ClementTsang/bottom) - A terminal-based system monitor written in Rust.\n- [macchina](https://github.com/Macchina-CLI/macchina) - A system information tool focused on performance (like neofetch).\n\n## Terminal\n\n- [starship](https://github.com/starship/starship) - A customizable prompt for Unix shells.\n\n## Networking\n\n- [Servo](https://servo.org/) - A browser engine written in Rust with a focus on high-performance/security.\n- [Warp](https://apps.gnome.org/Warp/) - A tool to share files using the Magic Wormhole protocol, it's a P2P file protocol without limits.\n- [OnionShare](https://onionshare.org/) - Easily host your websites, files or chats on the Tor network (.onion websites), can be installed via pip with `pip install onionshare-cli`.\n- [ZeroTier](https://www.zerotier.com/) - A program to share your LAN over the Internet (like Hamachi).\n- [Lokinet](https://lokinet.org/) An protocol-agnostic onion-routing network layer (same network type of Tor but not dependent on TCP like Tor) which tries to be more decentralized using a blockchain and improving the servers uptime with compensation.\n- [Arti](https://tpo.pages.torproject.net/core/arti/) - The Rust implementation of Tor.\n- [Jami](https://jami.net/) - Most decentralized messaging app of the world, yet supporting advanced features such as file sharing, screen sharing, voice/video calls, groups and moderation.\n- [Lagrange](https://gmi.skyjake.fi/lagrange/) - small and beautiful [Gemini](https://gemini.circumlunar.space/) browser.\n- [NeoSurf](https://github.com/CobaltBSD/neosurf) - A NetSurf fork with improvements to make more websites work.\n- [gping](https://github.com/orf/gping) - A `ping` implementation with a graph.\n- [Sniffnet](https://sniffnet.net/) - A nice tool to monitor your Internet traffic.\n- [Manyverse](https://www.manyver.se/) - A revolutionary social network app based on the [SSB protocol](https://www.scuttlebutt.nz/) - **Electron-based**.\n\n  It replicate messages/posts with your peers/followers, creating an endless chain of backup (can't be censored in any way).\n\n- [youtube-tui](https://github.com/Siriusmart/youtube-tui) - A terminal-based YouTube frontend with advanced customization.\n- [yt-dlp](https://github.com/yt-dlp/yt-dlp) - Fork of youtube-dl with improvements.\n- [NewPipe](https://newpipe.net/) - The most complete streaming app for Android, it supports YouTube, SoundCloud, PeerTube and Bandcamp.\n- [Syncthing](https://syncthing.net/) - BitTorrent-like file sharing tool with a cluster of connected devices with folder states.\n\n## Files\n\n- [XFE](http://roland65.free.fr/xfe/) - Small yet powerful file manager, image viewer and text editor (low resource usage)\n- [jExifToolGUI](https://hvdwolf.github.io/jExifToolGUI/) - Tool to edit/remove EXIF from media files using the powerful ExifTool.\n- [tokei](https://github.com/XAMPPRocky/tokei) - A tool to count lines of each type of file in a folder.\n- [onefetch](https://onefetch.dev/) - Show the Git repository information (like neofetch).\n\n## Video\n\n- [Pitivi](http://www.pitivi.org/) - A flexible and easy-to-use video editor with fast encoding.\n- [t-rec](https://github.com/sassman/t-rec-rs) - A terminal recorder written in Rust (like asciinema).\n\n## Image\n\n- [Flameshot](https://flameshot.org/) - The most complete screenshot tool of the world.\n- [Upscaler](https://gitlab.gnome.org/World/Upscaler) - AI-based image upscaler with a GTK interface (works offline).\n- [Upscayl](https://upscayl.github.io/) - AI image upscaler with folder selection support (works offline) - **Electron-based**.\n\n## Audio\n\n- [Festival](https://festival.pm/) - Amazing music player written in Rust.\n- [Ardour](https://ardour.org/) - Powerful digital audio workstation similar to FL Studio and Ableton Live.\n\n## Games\n\n- [OpenSpades](https://openspades.yvt.jp/) - Open source client for the Ace Of Spades protocol, a wonderful voxel FPS multiplayer game.\n- [ZeroSpades](https://github.com/siecvi/zerospades) - fork of OpenSpades with improvements/fixes.\n- [Minetest](https://www.minetest.net/) - A voxel game engine with a game similar to Minecraft, it focus on modding.\n- [Mindustry](https://mindustrygame.github.io/) - An advanced tower defense game written in Java.\n- [San Andreas Unity](https://github.com/GTA-ASM/SanAndreasUnity) - A reimplementation of the Grand Theft Auto San Andreas on the Unity engine with improvements and unlimited modding.\n- [Xash3D FWGS](https://github.com/FWGS/xash3d-fwgs) - Clean-room implementation of GoldSrc from Half Life with wonderful improvements.\n- [GZDoom](https://www.zdoom.org/index) - The best Doom engine with advanced features and mod support.\n- [FlightGear](https://www.flightgear.org/) - Most reallistic flight simulator of the world.\n- [Godot Engine](https://godotengine.org/) - Powerful and flexible 2D/3D game engine with support for many programming languages (GDNative).\n- [GDevelop](https://gdevelop.io/) - The most easy game engine of the world - **Electron-based**.\n\n## Emulators\n\n- [DuckStation](https://www.duckstation.org/) - Most complete PS1 emulator focused on accuracy and compatibility.\n- [RPCS3](https://rpcs3.net/) - Wonderful PS3 emulator with advanced features.\n- [Ruffle](https://ruffle.rs/) - Flash Player emulator reimplementation in Rust with high performance.\n- [Libretro](https://www.libretro.com/) - A umbrella of emulators and games based on the libretro multimedia library, similar to [SDL](https://www.libsdl.org/).\n- [RetroArch](https://www.retroarch.com/) - Most complete libretro frontend, supporting dozens of libretro cores and bleeding-edge emulation features.\n- [Bottles](https://usebottles.com/) - The best Wine manager of the world, it support many Wine forks, API translators and customization options.\n\n## Other\n\n- [fend](https://github.com/printfn/fend) - A unit-aware calculator (can understand unit names/symbols to do conversions).\n- [Virtual Machine Manager](https://virt-manager.org/) - A powerful virtual machine manager with advanced customization.\n- [OpenZFS](https://openzfs.github.io/openzfs-docs/) - This implementation of ZFS aim to modernize the code for several Unix systems.\n- [Arcan](https://arcan-fe.com/) - An overlay operating system that replace X11, Wayland, GTK, Qt, Electron and D-Bus.\n\n  It aims to improve security, be fail-resistant and OS-agnostic.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardbsdk%2Fsoftware-bible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardbsdk%2Fsoftware-bible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardbsdk%2Fsoftware-bible/lists"}