You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Search for "Stirling-PDF" in your application menu, or
42
+
- Run `stirling-pdf` from the terminal
43
+
44
+
### Choosing your connection
45
+
46
+
On first launch, you'll be prompted to choose how to connect:
47
+
48
+
**Stirling Cloud**
49
+
- Sign in with your Stirling Cloud account
50
+
- All PDF processing stays on your device — your files never leave your machine
51
+
- Login is required because optional cloud assists for advanced tasks are planned for a future release
52
+
53
+
**Self-hosted Server**
54
+
- Enter the URL of your own Stirling-PDF server instance (e.g., `http://192.168.1.53:8080`)
55
+
- Files are processed on your server, keeping data under your control
56
+
- Useful for team deployments or running your own Stirling-PDF server
57
+
58
+
---
59
+
60
+
## Server Version (For Hosting and Sharing)
61
+
12
62
To run the application without Docker/Podman, you will need to manually install all dependencies and build the necessary components.
13
63
14
64
Note that some dependencies might not be available in the standard repositories of all Linux distributions, and may require additional steps to install.
0 commit comments