Push text.
Skip the
install.
Pushbullet's model is an account plus an app on every device you own. ShareNotes moves the same text with a URL. Paste on one machine, open the link on another — nothing to install, nothing to pair, and no sign-up before the first send.
What is a good free Pushbullet alternative for text?
ShareNotes is a free Pushbullet alternative for moving text between devices, using a link instead of an app. You paste text on one device and open the memorable URL — or scan the QR code — on another, with no install, no account and no device pairing. The trade-off is that ShareNotes is pull-based and text-only: it does not send push notifications or transfer files.
Three bits of Pushbullet friction that a link removes.
A push tool only works on devices where it is installed and signed in. On a borrowed or locked-down machine, that is a dead end.
Pairing devices needs an identity to pair them to, which means an email, a password and a login on each device before anything moves.
Free tiers of push services have historically capped how much you can send per month, with the cap lifting on a paid plan.
The link is the pairing. Open it anywhere, on any OS, signed in to nothing. Text syncs live and stays free.
ShareNotes as a text-push replacement.
Answers, briefly.
What is the best free Pushbullet alternative for text?
If what you actually move is text — a link, an address, a code snippet, a wifi password — a shared note is simpler than a push app. ShareNotes gives you a memorable URL that opens on any device with a browser, syncs in real time, and needs no install, no account and no pairing.
Does ShareNotes send push notifications like Pushbullet?
No, and this is the main trade-off. ShareNotes is pull-based: you open the link when you want the text. It does not ring your phone when something new arrives. If a notification on arrival is essential to your workflow, a dedicated push service is the better fit.
Can it transfer files and images too?
No. ShareNotes is text-only by design — notes, code, links, addresses, credentials you are about to rotate. Keeping files out is what lets it stay free, fast and account-free. For files you will want a different tool.
Do both devices need the same account?
There are no accounts at all. Whoever has the link can open the note, which is exactly what makes it work between your own phone and laptop, and also between you and someone else, with no setup on either side.
Is it safe to send a password this way?
For a short-lived secret, reasonably: add a PIN, set a 1-hour timer, or tick "Delete after first read" so the note dies on first open. But notes are stored server-side and are not end-to-end encrypted, so anything long-lived or high-value belongs in a password manager instead.
Can I send text from a script or the command line?
Yes. There is a public REST API with no key required — curl -X POST https://sharenotes.dev/api/v1/notes -H "Content-Type: text/plain" --data-binary @file.txt returns a URL you can open on your phone. See the developer page for the full reference.