Phaste alternatives and similar software solutions
Based on the "Pastebins" category.
Alternatively, view Phaste 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 tiny, self-contained, configurable paste bin and URL shortener written in Rust. -
Sup3rS3cretMes5age
Simple to use, simple to deploy, one time self destruct messaging service, with hashicorp vault as a backend -
Sticky Notes
Sticky notes is a free open-source pastebin application. -
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. -
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.
Clean code begins in your IDE with SonarLint
* 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 Phaste or a related project?
Popular Comparisons
README
Phaste
(The 'h' is silent)
God what a great name. Probably.
Demo available at https://pste.pw
GitHub: https://github.com/FoxDev/Phaste
GitLab: https://gitlab.notoriousdev.com/foxdev/Paste
Anyway, how to install...
- Install Phalcon.
- Set up your webserver pretty much how you'd set any other Phalcon app up. See https://docs.phalconphp.com/en/latest/reference/nginx.html and https://docs.phalconphp.com/en/latest/reference/apache.html.
- Create a database and user to access said database.
- Run
mysql -u <user> -p <database> < schemas/paste.sql
, where<user>
is the user you just created to initialise the database, and<database>
is obviously the database name. - Copy config.ini.dist to config.ini and edit it as you see fit.
- Probably have fun assuming nothing went wrong.
For developers...
It is recommended to use https://github.com/phalcon/vagrant for development to ease the process of setting up a development environment, and to ensure a consistent environment when debugging.
Clients
PstePy (Python, CLI)