Upload files. Get instant URLs with rich previews, access control, and link unfurling.
Rich previews, access control, and agent support built into every upload.
Images, video, audio, and PDFs render inline in the browser. No download required.
Auth codes in URLs, password protection, expiry dates, and download limits.
OG tags generate rich previews in Slack, Discord, iMessage, and other chat apps.
Automatically converts .mov to .mp4 for universal browser playback.
Use --json mode for structured output. Built for LLM and AI agent workflows.
Upload, download, info, list, and delete. Everything from your terminal.
Three steps from file to shareable link.
Link the CLI from the monorepo.
Run shareable upload with your file.
Get an instant URL. Send it anywhere.
Install the CLI and start sharing files immediately.
$ npm link shareable
$ shareable upload screenshot.png
> url https://share.miso.ws/f/x7k9m2
> copied to clipboardUse --json for structured output that agents and scripts can parse. Pair with info and download commands for full programmatic control.
$ shareable upload report.pdf --json
{"url":"https://share.miso.ws/s/r4t8p1?key=...","size":1048576}
$ shareable info "https://share.miso.ws/s/r4t8p1?key=..." --json
{"id":"r4t8p1","downloads":12,"expires":"2026-03-28"}