# Logpasta > Logpasta is an anonymous, privacy-focused log paste service (pastebin-style). It > makes sharing terminal and script output painless: pipe output through the Logpasta > CLI, or paste it on the website, and get back a shareable link. No accounts, no > tracking, and all paste content is permanently deleted 30 days after creation. Key facts: - Anonymous and free. No accounts or sign-up, no first/third-party cookies, no personal-data tracking. JavaScript is not required to use the site. - Paste content automatically expires and is permanently deleted 30 days after creation. Maximum paste size is 1MB. - Each paste has a unique URL and a one-time **delete key** — a secret token shown to the creator once. Anyone holding the delete key can delete the paste; control is purely possession-based. There are no paste owners and nothing is tied to identity. - Analytics use GoatCounter (privacy-first: no cookies, no personal data) and can be avoided by disabling JavaScript or blocking goatcounter.com / zgo.at. - The Logpasta CLI is a separate, open-source, cross-platform command-line client that pipes command output to Logpasta and prints back the shareable link. ## Pages - [New paste / home](https://www.logpasta.com/): Create a paste via the web form. - [Download the CLI](https://www.logpasta.com/download): CLI install, usage, flags, env vars. - [About](https://www.logpasta.com/about): What Logpasta is, privacy stance, usage limits. - [Privacy policy](https://www.logpasta.com/privacy): How data is handled. - [Terms of service](https://www.logpasta.com/terms): Terms governing use of the service. ## Working with pastes - View a paste: `https://www.logpasta.com/paste/{uuid}` - Raw plain-text content: `https://www.logpasta.com/paste/raw/{uuid}.txt` - Delete a paste: `https://www.logpasta.com/delete/{uuid}/{deleteKey}` ## CLI - [CLI source and releases](https://github.com/ripexz/logpasta): Cross-platform, open-source client. - Install via Homebrew: `brew tap ripexz/tap && brew install logpasta` - Install via Go: `go get github.com/ripexz/logpasta` - Usage: `any_command | logpasta`, `logpasta [flags] any string at all`, or `logpasta [flags] < your_file.txt` - Flags: `-u` URL override (default `https://www.logpasta.com`); `-s` suppress output unless the request fails (default `true`); `-d` debug (default `false`); `-t` HTTP timeout seconds (default `5`); `-c` copy paste URL to clipboard (default `false`). - Env vars (overridden by flags): `LOGPASTA_URL`, `LOGPASTA_SILENT`, `LOGPASTA_DEBUG`, `LOGPASTA_TIMEOUT`, `LOGPASTA_COPY`. ## Optional - [robots.txt](https://www.logpasta.com/robots.txt): Crawl rules — `/paste/` pages disallowed.