Currently in Beta

Software that feels like it should.

Seven applications by garrik.design. Developer tools and creative utilities that are fast, beautiful, and a joy to use every day. All currently in beta and free to use.

Desktop Apps Download for macOS & Windows
SQL Editor

InQuery Query any database.

Beautifully.

A fast, elegant SQL editor that connects to MySQL, PostgreSQL, SQLite, and SQL Server. Schema browsing, tabbed queries, and instant results, all wrapped in a native dark interface.

Multi-Database SSH Tunnels Schema Browser Smart Editor Import & Export CSV / JSON / SQL Beta · Free
macOS Windows
InQuery · main.sql
Schema
production
users
orders
products
sessions
Connections
staging
local
SELECT u.name, u.email, COUNT(o.id) AS total
FROM users u
JOIN orders o ON u.id = o.user_id
WHERE o.created_at > '2025-01-01'
GROUP BY u.id ORDER BY total DESC
LIMIT 5;
Results 5 rows · 12ms
nameemailtotal
Alice Chenalice@dev.io47
Marcus R.marcus@corp.co38
Sara Kimsara@startup.ai31
Terminal Emulator

InShell Your terminal,

reimagined.

A fast, beautiful terminal emulator with split panes, tabs, themes, and deep customization. Built for developers who want speed, flexibility, and a terminal that stays out of the way.

Split Panes Tabs Regex Search Shell Profiles Keyboard First 7 Themes Clickable Links Beta · Free
macOS Windows
InShell
~/projects
server-logs
+
~/projects $ git log --oneline -5
a3f2e1c fix: resolve auth timeout
b7d9c4a feat: add dark theme
e1a8f3b refactor: split pane logic
c5b2d7e docs: update README
f9e4a6c chore: bump deps

~/projects $ _
~/server $ npm run dev
▸ Server running on :3000
▸ Watching for changes...
Compiled in 240ms
Hot reload ready

~/server $ _
SSH Client

InPrompt A beautiful SSH client.

For Mac & Windows.

SSH with an integrated terminal, file browser, and code editor. Connect to your servers, browse files with drag-and-drop SFTP, and edit remote code with syntax highlighting for 30+ languages.

GPU Terminal SFTP Browser Code Editor Snippets Local + Remote Fast Transfers Beta · Free
macOS 12+ Windows 10+
InPrompt · prod-server
Remote Files
/var/www
app/
server.js
config.yml
routes/
logs/
config/
server.js
const express = require('express');
const app = express();

app.get('/', (req, res) => {
  res.json({ status: 'ok' });
});
prod-server:~$ systemctl status nginx
nginx.service - active (running)
  Memory: 12.4M  CPU: 0.2s
prod-server:~$ _
XML Editor

InXML Edit any XML.

Beautifully.

A fast, elegant XML editor with syntax highlighting, live tree viewer, and split view. Supports XML, XSLT, XSD, SVG, and Plist, all with real-time validation and auto-formatting.

Syntax Highlighting Live Tree Viewer Split View Format & Validate Dark & Light XML / XSLT / SVG Beta · Free
macOS Windows
InXML · catalog.xml
<?xml version="1.0"?>
<catalog>
  <book id="bk101">
    <author>Gambardella</author>
    <title>XML Guide</title>
    <price>44.95</price>
  </book>
  <book id="bk102">
    <author>Ralls, Kim</author>
  </book>
</catalog>
Tree View
catalog
book [1]
author
title
price
book [2]
author
CSV Editor

InCSV Edit any CSV.

Effortlessly.

A powerful CSV and TSV editor with Excel-like formulas, advanced filtering, and multi-format export. Built for people who work with data. Fast, native, and beautiful.

386+ Formulas Advanced Filtering Search & Replace Multi-format Export AG Grid Engine Dark & Light Themes Beta · Free
macOS Windows
InCSV · sales_data.csv
fx =SUM(D2:D6)
A B C D
1 Name Region Product Revenue
2 Alice Chen West Pro $12,450
3 Marcus R. East Team $8,320
4 Sara Kim West Enterprise $21,100
5 James Liu North Pro $6,780
6 Priya S. South Team $15,900
6 rows · 4 columns SUM: $64,550
Web Apps Run in any browser, no install needed
Image Tool

BG Remover Remove backgrounds

instantly.

AI-powered background removal that runs entirely in your browser. No uploads, no servers. Just drop an image and get a clean transparent PNG in seconds.

AI-Powered 100% Private No Uploads WebGPU Transparent PNG Open Source Beta · Free
Web App · Any Browser
BG Remover
Original
Removed
Code Tool

Code Beautifier Beautiful code,

one click.

Export stunning code snippets as images or self-contained HTML. 200+ languages with syntax highlighting, macOS window chrome, glassmorphism effects, and retina-quality output up to 4K.

200+ Languages PNG Export HTML Export Retina / 4K Glassmorphism 25+ Themes Beta · Free
Web App · Any Browser
Code Beautifier
const greet = (name) => {
  return `Hello, ${name}!`;
};
console.log(greet('World'));

Built with the same philosophy.

Every application from garrik.design shares a common foundation of principles.

Native Performance

Built with Electron and optimized for speed. GPU-accelerated rendering, instant startup, and smooth 60fps interactions on every platform.

Beautiful by Default

Dark themes, smooth animations, and careful typography. Every pixel is intentional. Tools should be a pleasure to look at, not just to use.

Free While in Beta

All apps are currently in beta and completely free to use. No accounts, no subscriptions, no tracking. Your tools, your data, your workflow.