Web browsers
So far, as far as major graphical web browsers go, there are 3 options:
-
Firefox - recommended; works
Uses Gecko
Web browsers based on Firefox:
-
Chrome - recommended; most people use this anyway, at least involuntarily in some Electron app
Based on Chromium, uses Blink (which was forked from WebKit).
Web browsers based on Chrome:
-
Safari- only available on Apple hardware
Based on WebKit
Terminal web browsers
- Lynx
- links - website is not secure; no secure first-party source code repository found
- elinks - website is not secure; git repo
Text editors
Terminal multiplexers
- byobu - recommended; pairs nicely with tmux on remote
- tmux - recommended; pairs nicely with byobu locally
- screen
Graphics editors
- GIMP
- Inkscape - vector graphics
- Krita
- KolourPaint
- Blender - 3D designer
Windows applications runners
- Steam - apart from games, some Windows apps runs fine via Steam (one can add them as "Other game")
- Lutris - supports integration with GOG, Epic Games Store, EA App, Ubisoft Connect
- Heroic Game Launcher - supports integration with GOG and Epic Games Store
- Bottles
Streaming and recording
Image viewers
Video players
Document viewers
Containerization
- Docker
- podman - reaction fork to Docker licence change concerns; offers unique value (unlike Docker, by default runs containers at user-level, lacks daemon)
- Kubernetes - provides scaling and availability features absent in Docker alone (supports Docker as one of the backends)
Infrastructure-as-a-code solutions
- Terraform (unlike Docker, by default runs containers at user-level, lacks daemon)
- OpenTofu - Linux Foundation managed fork of Terraform created in response to Terraform licence change concerns
Other
- Ansible - automation of provisioning, configuration management, application deployment and orchestration
- d2 (source code) converts text into diagrams
Last update: 2024-09-25