I am and all my life have been a Linux user, I have nothing against Windows or MacOS, I just like Linux, and lately I have been experimenting with Windows in a virtual machine and I don’t really know much open source software there apart from the one that is cross-platform like Firefox or Joplin.
At the moment I know:
Flow Launcher: It’s a typical rofi style launcher, although I’m not a TWM user I like to just press super and type the first letters of the program I’m looking for to open it.
Lively Wallpaper: A program to have animated wallpapers, in the style of Wallpaper Engine.
Edit: I want to clarify that I read all the comments, I only respond to some because many times I have nothing to contribute to many of them because I don’t know what to comment. Thanks to all of you for providing your lists of programs, I will be sure to try as many as I can because they are great, at least I know what to install if I use Windows one day!
puTTY, my favourite terminal program for windows.
WinMerge, the best diffing tool out there.
Shotcut is a great easy to learn video editor I have used a lot.
🪟Windows only:
QuickLook
clavier-plus
Cryptsync
Notepad3
shareX
PhotoDemon
eartrumpet
ImageGlass
MSEdge Redirect🪟+:tux: Also on Linux:
Copyq
SMPlayer
StrawberryFor Edge it helps using BCU and then also removing the exe using a good OS like Linux and pluggin in the drive.
Seconding AHK, Bitwarden, and Calibre
Good to know!
For package management I’ve been really liking scoop.sh
Not everything in there is FOSS but scoop itself is! And you can install neovim, vscodium, bitwarden, Firefox, etc very easily.
It definitely looks like the first program that should be installed when doing a clean install of Windows!
I recently found out about winget, how is winget different from scoop? Apart from of course, the number of packages and that anyone can contribute to it.
Winget is from Microsoft for one (and already installed with Windows). It basically just downloads the regular windows installer and installs it like usual without the need to click user feedback prompts. Scoop is more of a package manager.
With winget, one nice thing is you can even update packages not installed with winget originally. You can see which apps on your computer have updates available with a single command.
It’s great when you’re updating someone else’s computer they haven’t updated random things in years (typical windows users).
Scoop essentially uses portable apps and everything is in your scoop folder which is great.
I use both. Scoop first and winget for everything else. I use winget to update Libreoffice on all our work computers (because the devs won’t work on auto updates).
I felt like winget was too limited. When I last used it it didn’t support installing multiple apps at the same time. scoop feels much more like traditional *nix package management to me, which I like.
One great thing about scoop is that downgrading an app is very easy. You can also manage multiple versions of a runtime, for example, you can install multiple Node.js versions and switch between them with
scoop reset
command.How does it compare to chocolatey? Thanks.
it doesn’t trigger UAC because the installation directory is different
Some items trigger UAC (installing tailscale, for example)
I love that everying lives in ~/scoop. It’s well organized and somewhat portable (until you import the nonportable bucket)
Qclip
Bulk crap uninstaller
Vlc
Irfanview (is it proprietary?)
Gimp, Krita, Inkscape, KDEnLive, Blender, OBS
Nonfree: XNViewMP, Startisback++,
+1 for XNViewMP, the GOAT program. It is the only proper program that can batch convert WEBPs with their timestamps and metadata preserved, among hundreds of other functions it can do.
Irfanview is proprietary yes
Damn, it blew my mind that both Irfanview and XNView are proprietary, so there seems to be no actually maintained FOSS image viewer and light editor especially for Linux. Gwenview is a mediocre alternative but really smooth, maybe it should get all the features and replace these programs.
@Pantherina @db0 i was going to say https://www.darktable.org/about/ but i think this thread is about Windoze programs. Upppsss, sorry.
Darktable doesnt run on Winbloats? Also its a raw editing tool right?
This might be of more help…
https://www.darktable.org/about/features/
or
https://docs.darktable.org/usermanual/4.0/en/darktable_user_manual.pdf
Nice links, thanks! But Darktable is for raw. Maybe thats some crazy lossless rabbithole I have to go in, but I was talking about plain old JPEG editing, conversion, color adaption, quick cutting etc.
Tried Darktable and that other one and both were very unintuitive.
Plus, XNView also works as an Image viewer. XNConvert is also great for batch processing.
https://lemmy.ml/post/511377?scrollToComments=true
See the recommended programs section for Linux and Windows.
FreeFileSync a FOSS backup and folder synchronizer, a must have.
FreeFileSync is a folder comparison and synchronization software that creates and manages backup copies of all your important files. Instead of copying every file every time, FreeFileSync determines the differences between a source and a target folder and transfers only the minimum amount of data needed. FreeFileSync is Open Source software, available for Windows, macOS, and Linux.
Is this different than syncthing in an important ways?
Yes, Syncthing needs 2 diferents devices to sync, FreeFileSync syncronize whatever you want within 1 device, for example between 2 Disks or from a network disk to your computer disk.
Syncthing works great if there are 2 devices turned on and connected to a LAN or Internet, and FreeFileSync is totally disconected from the internet and only needs 1 device on (the one that execute it)
I use both, Syncthing to autosync all my devices and FreeFileSync to backup all those files to various disconected hard drives
Oh nice thats really useful ill try it thanks
I’ve been enjoying wezterm as a terminal emulator replacement for windows terminal. It offers nerdy fine grained customizability and an emoji/nerd font character picker. For most purposes WT seems to be fine though.
On most of my fresh installs, i usually install Tinywall, 7zip, and then a different browser like Firefox and chromium based browsers (like mull/brave)
I prefer simplewall over tinywall. I can’t remember what I didn’t like about tinywall though.
I’m scratching my head trying to figure out why the built-in firewall is undesirable. It isn’t that I can’t speculate on some possible reasons, I just didn’t realize there were so many 3rd party alternatives.
I think they both use the built in firewall, they just have a sane interface over it. And notifications
-
GIMP (Image editor)
-
putty (Secure shell/terminal emulator)
-
WinSCP (Secure FTP client)
-
QBittorrent (guess.)
-
7zip (All in one compressed archive manager)
-
Firefox
-
Notepad++ (text editor with syntax highlights)
-
Handbrake (Video transcoder)
-
VLC (all in one video player)
These are my top must have installed. There are others but they’re situational
Let’s not forget the various console emulators that are open source as well. All the good ones are.
That’s a good list!
I use the same, except I use LibreWolf (privacy focused fork of FF) and VS Code instead of Firefox and Notepad++
Yeah VS Code definitely if ya doing programming. I’m just editing config/ini files once in a while so N++ is just right for me.
Vs code
I would actually recommend VSCodium; it’s the same product but without the Microsoft telemetry.
Does it lose any MS connected features? Other than surveillance.
VSCodium can’t use the official Microsoft extension marketplace, but there is an alternative. You can also install extensions manually.
I use Kitty instead of Putty recently, though I don’t know if the difference is worth it.
I just use Powershell, much easier imo
-
VLC player, 7zip, translucent bar, greenshot, irfanview,
I advocate for ImageGlass, a very good image viewer and editor. Mpc or vlc for videos.
I’ll check it out. How does it compare to Irfan viewer?
- Firefox: best web browser out there
- Bitwarden: password manager
- ShareX: screenshot utility. Greenshot is also good, but I prefer ShareX
- WinDirStat: disk usage utility
- KDE Connect: connect Android phone to PC
- Image Glass: image viewer
- OBS: video & audio capture
- Blender: 3D modeling, animation, video editing
- Handbrake: video conversion
- VLC: video/audio playback
- Audacity: audio editing
- SpeedCrunch: calculator
- Notepad++: text editor
- Spyder (via Anaconda): Python IDE
KCEKDE Connect?yep, thanks!
If you liked windirstat i warmly recommend wiztree ( not sure if open source tho).it’s the same but faster. like FASTER faster