bin alternatives and similar software solutions
Based on the "Pastebins" category.
Alternatively, view bin alternatives based on common mentions on social networks and blogs.
-
PrivateBin
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. -
Sticky Notes
Sticky notes is a free open-source pastebin application. -
Sup3rS3cretMes5age
Simple to use, simple to deploy, one time self destruct messaging service, with hashicorp vault as a backend -
Modern Paste
Modern pastebin with a contemporary, minimalistic user interface backed by a robust feature set. -
cryptonote
:lock: A simple open source web application that lets users encrypt and share messages that can only be read once. -
filite
A simple, light and standalone pastebin, URL shortener and file-sharing service -
ZeroBin
This Project has been renamed and moved to https://github.com/PrivateBin/PrivateBin -
SharpPaste
Cross-platform C# pastebin with client-side AES-256 encryption that just works. -
Phaste
A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. -
localpaste
a simple python based pastebin you can run locally, with curl for input, just like clbin.com -
Linked.PM
A simple web application which encrypts your private messages (Java Script client-side encryption) and converts them into clickable links and QR-codes. -
Snipp
Snipp is a powerful, user friendly pastebin tool with a modern aesthetic. -
Paste
Paste is forked from the original source pastebin.com used before it was bought.
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of bin or a related project?
Popular Comparisons
README
bin
a paste bin.
A paste bin that's actually minimalist. No database requirement, no commenting functionality, no self-destructing or time bomb messages and no social media integration—just an application to quickly send snippets of text to people.
bin is written in Rust in around 200 lines of code. It's fast, it's simple, there's code highlighting and you can ⌘+A without going to the 'plain' page. It's revolutionary in the paste bin industry, disrupting markets and pushing boundaries never seen before.
so how do you get bin?
Download the latest version from the releases page, extract it and run the ./bin
executable. You can also compile it from source using Cargo if you swing that way:
# nix-shell provides an environment with rust/cargo installed
$ nix-shell
[nix-shell:~/Code/bin]$ cargo build --release
Compiling bin v1.0.0 (/Users/jordanjd/Code/bin)
Finished release [optimized] target(s) in 3.61s
[nix-shell:~/Code/bin]$ ./target/release/bin
...
how do you run it?
$ ./bin
funny, what settings are there?
bin uses rocket so you can add a rocket config file if you like. You can set ROCKET_PORT
in your environment if you want to change the default port (8820).
bin's only configuration value is BIN_BUFFER_SIZE
which defaults to 2000. Change this value if you want your bin to hold more pastes.
is there curl support?
$ curl -X PUT --data 'hello world' https://bin.gy
https://bin.gy/cateettary
$ curl https://bin.gy/cateettary
hello world
how does syntax highlighting work?
To get syntax highlighting you need to add the file extension at the end of your paste URL.