tastebin alternatives and similar software solutions
Based on the "Pastebins" category.
Alternatively, view tastebin 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. -
MicroBin
A secure, configurable file-sharing and URL shortening web app written in Rust. -
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. -
Sticky Notes
Sticky notes is a free open-source pastebin application. -
Paaster.io
Paaster is a secure and user-friendly pastebin application that prioritizes privacy and simplicity. With end-to-end encryption and paste history, Paaster ensures that your pasted code remains confidential and accessible. -
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. -
localpaste
a simple python based pastebin you can run locally, with curl for input, just like clbin.com -
Phaste
A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. -
Snipp
Snipp is a powerful, user friendly pastebin tool with a modern aesthetic. -
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. -
Paste
Paste is forked from the original source pastebin.com used before it was bought.
Collect and Analyze Billions of Data Points in Real Time
* 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 tastebin or a related project?
Popular Comparisons
README
Tastebin
A pastebin with taste i.e. minimalistic
For a wiki flavour of Tastebin, see https://github.com/andreineculau/tastetyper
- server: NodeJS, CoffeeScript, ExpressJS, ...
- client: HTML5, CoffeeScript, HighlightJs, ...
[New](SEEME.png) [Edit](SEEME2.png) [Share](SEEME3.png) [List](SEEME4.png)
Demo link
A friend of mine fired it up at http://tastebin.x-berg.de/ . Thanks, Stefan! :)
Install and run
git clone git://github.com/andreineculau/tastebin.git
cd tastebin
npm install
# edit config.coffee as you see fit
npm start
Here's what you can configure out-of-the-box: [config.coffee](config.coffee).
In production, try
Tested browsers
- Chrome 44
- Opera 30
- Safari 8
- Firefox 39
Dependencies
- NodeJS
- *nix OS
git
in the $PATH- GNU ls in the $PATH as
gnuls
,gls
orls
Shell with curl/httpie
export TASTEBIN_URL="http://localhost:3000"
source tastebin.curl.sh # or tastebin.httpie.sh
# Save taste
echo "foo" | tastebin_save
# Save taste as...
echo "foo" | tastebin_save_as mynewtaste
License
[Apache 2.0](LICENSE)
*Note that all licence references and agreements mentioned in the tastebin README section above
are relevant to that project's source code only.