Official native apps for PasteFox — share code and text from any device.
Website · API Docs · Report a Bug
| App | Platform | Tech | Status |
|---|---|---|---|
| Desktop | Windows | C# / WPF / .NET 10 | In Development |
| Mobile | iOS, Android | — | Planned |
Native Windows client with system tray, clipboard monitoring, and browser-based authentication.
cd desktop
dotnet build
dotnet runSee desktop/README.md for details.
All apps use the PasteFox REST API:
- Base URL:
https://pastefox.com/api/v1 - Auth:
X-API-Keyheader or desktop session token - Docs: pastefox.com/docs/api
- Fork this repository
- Create a branch (
git checkout -b my-feature) - Make changes and test locally
- Submit a pull request
MIT — see LICENSE