The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
3 年之前
4 年之前
4 年之前
3 年之前
3 年之前
3 年之前
4 年之前
4 年之前
3 年之前
3 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Bubble: a privacy-first VPN
  2. Bubble helps you start and manage your own private VPN.
  3. It also adds tools to this VPN to improve your internet experience by modifying your traffic: to
  4. remove ads, block malware, and much more.
  5. Visit the [Bubble website](https://getbubblenow.com/) to learn more.
  6. If you're interested in developing on Bubble, see the [Bubble Developer Guide](docs/dev.md).
  7. ## Operating System Support
  8. Once your Bubble is running, any device can connect to it: Windows, Linux, Mac, iOS, Android;
  9. if it supports VPN connections, it will probably work just fine.
  10. To launch your own Bubble using this software, you will need either:
  11. * A system with Docker installed, to run the [Bubble Docker Launcher](docs/docker-launcher.md)
  12. * A Mac or Linux system, to run the launcher and/or build from source
  13. ## The Easy Path
  14. If you'd like to enjoy all the benefits of Bubble without going through all this hassle,
  15. try launching a Bubble using [GetBubbleNow.com](https://GetBubbleNow.com/).
  16. Any Bubble you launch from [GetBubbleNow.com](https://GetBubbleNow.com/) will also be "yours only" -- all Bubbles
  17. disconnect from their launcher during configuration.
  18. ## Getting Started
  19. To self-launch your own Bubble, the [Bubble Docker Launcher](docs/docker-launcher.md)
  20. is the easiest way to get started.
  21. If you're feeling more adventurous, you can also [run a binary distribution](docs/run-binary.md), or [build Bubble from source](docs/dev.md).
  22. ## Deployment Modes
  23. Bubble runs in three different modes. You'll at least need to run a Local Launcher first, then
  24. decide if you want to use a Remote Launcher to manage multiple Bubble nodes, or just launch a single Bubble
  25. directly from the Local Launcher.
  26. #### Local Launcher Mode
  27. In this mode, Bubble runs locally on your machine. You'll setup the various cloud services required to run Bubble,
  28. and use the Local Launcher to start a Remote Launcher or a Bubble Node.
  29. This is the mode that the [Bubble Docker Launcher](docs/docker-launcher.md) runs.
  30. Learn more about setting up [Local Launcher Mode](docs/local-launcher.md)
  31. #### Remote Launcher Mode
  32. In this mode, Bubble is running in the cloud in Launcher Mode, ready to launch new Bubbles that you can use.
  33. You cannot connect devices to a Bubble in Launcher Mode, you can only use it to launch new Bubbles.
  34. Learn more about setting up [Remote Launcher Mode](docs/remote-launcher.md)
  35. #### Bubble Node Mode
  36. In this mode, the Bubble has been launched by a Local Launcher or a Remote Launcher and is a proper Bubble Node.
  37. You can connect your devices to it and use it as your own private VPN and enhanced internet service.
  38. Learn more about launching a [Bubble Node](docs/launch-node.md)