TinySuite

Open the file. See what's inside.

Native macOS micro-tools. One app per format. Nothing in the way.

TinyCSV screenshot
TinyCSV icon

TinyCSV

Your data as a table, not a spreadsheet

Click any cell to jump to its position in the raw source. Sorts numerically when it can, handles all the edge cases you'd rather not think about.

.csv .tsv Click-to-Source Smart Sorting Proper Parsing
TinyJSON screenshot
TinyJSON icon

TinyJSON

Browse the tree, edit the source

Collapsible tree on one side, syntax-highlighted source on the other. If the JSON is broken, it tells you exactly where. Auto-reloads when the file changes on disk.

.json .jsonl .geojson Collapsible Tree Friendly Errors File Watching
TinyLog screenshot
TinyLog icon

TinyLog

Color-coded levels, live tail, zero noise

Errors in red, warnings in amber, info in blue. Filter by level, live-tail as the file grows. Read-only by design — you observe, you don't edit.

.log .out .err Level Filtering Live Tail Syntax Highlighting
TinyMark screenshot
TinyMark icon

TinyMark

Write on the left, preview on the right

Three panels, synced scrolling, and nothing else. Smart pairs, fuzzy finder, auto-save — it stays out of your way.

.md .markdown .txt Synced Scrolling Fuzzy Finder Auto-save
TinyPDF screenshot
TinyPDF icon

TinyPDF

Text from any PDF, scans included

Text extracted page by page, displayed alongside the original document. Built-in OCR handles scans. Export to Markdown with ⌘S.

.pdf Text Extraction Side-by-Side Preview Export as Markdown
TinySQL screenshot
TinySQL icon

TinySQL

Browse your tables, not manage them

Pick a table, see its rows in a sortable grid. Pure Swift talking Postgres wire protocol — no drivers, no setup. A window into your database, not a management tool.

.sql .sqlite Table Browser Zero Dependencies Query Timing
TinyTask screenshot
TinyTask icon

TinyTask

Keyboard-first tasks in plain text

Arrow keys to navigate, Space to check off. Files are plain Markdown with - [ ] checkboxes — no database, no sync, just a text file you own.

.md .txt .todo Keyboard-driven Done Timestamps Plain Text
TinyText screenshot
TinyText icon

TinyText

Edit the file, not the app

A clean plain text editor for everything the other Tiny apps don't handle. Config files, shell scripts, dotfiles, READMEs — open the file, edit it, move on.

.txt .cfg .conf .ini .env Auto-save Find & Replace Smart Pairs
TinyYAML screenshot
TinyYAML icon

TinyYAML

Browse the tree, catch the indent

Collapsible tree on one side, syntax-highlighted source on the other. If the indentation is wrong, it tells you exactly where. Built for Kubernetes manifests, Docker Compose files, and CI configs.

.yaml .yml .toml Collapsible Tree Validation Click-to-Error