Today
Features
Unified toolkit: Consolidated features of CleanMyMac, AppCleaner, DaisyDisk, and iStat into a single binary Deep cleaning: Scans and removes caches, logs, and browser leftovers to reclaim gigabytes of space Smart uninstaller: Thoroughly removes apps along with launch agents, preferences, and hidden remnants Disk insights: Visualizes usage, manages large files, rebuilds caches, and refreshes system services Live monitoring: Real-time stats for CPU, GPU, memory, disk, and network to diagnose performance issues
27 Oct 25
Diagram as Code Tool Written in Rust with Draggable Editing. The goal of oxdraw is to make it easy to create and maintain high-quality diagrams using a declarative and reproducible syntax. Charts are written in Mermaid syntax, while a web interface allows users to fine-tune positions connector paths, colors, and other styling components. Whenever a diagram is tweaked visually, the structural changes are persisted back to the source file as declarative code so that everything remains deterministic and version-able. The changes are saved as comments in the mermaid file so it remains compatible with other Mermaid tools. The repo is composed of the Rust CLI to compile .mmd files into images and the React based web interface to editing the files.
24 Oct 25
Conversion of PDF documents to structured Markdown, optimized for Retrieval Augmented Generation (RAG) and other NLP tasks. Extract text, tables, and images with preserved formatting for enhanced information retrieval and processing. The pdf-to-markdown GitHub repository hosts a tool designed to convert PDF files into Markdown format for easier text extraction and reformatting, with the process running locally on the user’s machine.
This minimalist online tool that allows users to quickly convert any uploaded image file into text-based ASCII art.
This website is a playground that converts Mermaid diagrams (specifically Flowchart, Sequence, and Class diagrams) into Excalidraw format for rendering.