This is a personal record of software and tools I use, revisit, or keep around for future setup.

Apps

All ecosystems

SoftwarePlatformUseWhy I Keep It
BitwardenBrowser, macOS, Windows, Linux, iOS, Android, CLIPassword managerOpen-source password manager with apps and browser extensions everywhere, so vaults, passkeys, and autofill stay portable across devices.
EudicmacOS, Windows, Linux, iOS, Android, WebDictionary and language learningCross-device dictionary with offline word banks, notes, vocabulary sync, and reading/translation helpers.
OllamamacOS, Windows, LinuxLocal LLM runtimeSimple local runtime for downloading and running open models, with offline use, CLI workflows, and integrations for tools like OpenClaw and Claude Code.
PixPinmacOS, WindowsScreenshot and pinningCombines screenshots, screen recording, OCR, long captures, and pinned references in one tool.
ZedmacOS, Linux, WindowsCode editorFast Rust-based editor with built-in collaboration and AI workflows. A good lightweight alternative to heavier IDEs.

macOS and Apple ecosystem

SoftwarePlatformUseWhy I Keep It
CaffeinatedmacOSKeep Mac awakeMenu bar toggle for preventing sleep, display dimming, and screensaver during calls, downloads, or presentations.
IINAmacOSMedia playerModern open-source macOS media player powered by mpv, with Picture-in-Picture, subtitles, and online stream support.
Karabiner-ElementsmacOSKeyboard remappingPowerful key remapping for macOS, especially useful for input-source switching and custom shortcuts.
oMLXApple Silicon, macOS 15+Local LLM servermacOS-native MLX inference server with menu bar controls, OpenAI/Anthropic-compatible APIs, and SSD KV caching for faster local coding-agent workflows.
PasteNowmacOS, iOS, iPadOSClipboard managerNative clipboard history with iCloud sync, smart lists, exclusion rules, and keyboard-friendly paste workflows.
rcmdmacOSApp switchingUses the right Command key plus an app’s first letter to switch or launch apps quickly, which feels faster than cycling through Command-Tab.

Windows

SoftwarePlatformUseWhy I Keep It
BCUninstallerWindowsBulk uninstallerFinds normal, hidden, broken, portable, Store, Steam, and other installed apps, then removes batches and leftover files with less manual cleanup.
ImageGlassWindowsImage viewerLightweight open-source image viewer with a modern UI and broad format support, useful as a faster Windows Photos replacement.
LosslessCutWindows, macOS, LinuxLossless media cuttingFFmpeg-based editor for trimming and merging video or audio without re-encoding, so exports are fast and quality stays intact.
mpv.netWindowsMedia playerWindows media player based on mpv/libmpv, with a modern GUI, mpv-style config, scripting, and high-quality video output.
Sandboxie-PlusWindowsApp sandboxingRuns apps in an isolated environment so tests, browsing, and unknown software do not permanently modify the main system.
ScreenToGifWindowsGIF and screen recordingRecords screen, webcam, or sketchboard, then edits and exports as GIF, APNG, video, PSD, or image frames.
ShanaEncoderWindowsVideo encodingFFmpeg-based audio/video encoder with presets and practical features like subtitles, crop, segments, and logo overlay.

CLI

macOS and Apple ecosystem

ToolPlatformUseWhy I Keep It
HomebrewmacOSPackage managerThe default way to install and update developer tools on Mac, and an easy base layer for repeatable setup.

Cross-platform

ToolPlatformUseWhy I Keep It
uvmacOS, Linux, WindowsPython toolingFast Rust-based Python package and project manager that can replace many separate tools like pip, pipx, virtualenv, poetry, and pyenv.