The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 2.6 KiB

4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. However, to launch your own Bubble using this software, you will need a Linux machine to run the launcher.
  11. It *probably* works on MacOS, but it has not been tested and there are likely to be issues. Pull requests are welcome!
  12. ## The Easy Path
  13. If you'd like to enjoy all the benefits of Bubble without going through this hassle, please try out the Bubble launching
  14. service available on [getbubblenow.com](https://getbubblenow.com/).
  15. Any Bubble you launch from [getbubblenow.com](https://getbubblenow.com/) will also be "yours only" -- all Bubbles
  16. disconnect from their launcher during configuration.
  17. ## Getting Started
  18. The [Bubble Docker Launcher](docs/docker-launcher.md) is the fastest way to get started using Bubble.
  19. 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).
  20. ## Deployment Modes
  21. Bubble runs in three different modes. You'll at least need to run a Local Launcher first, then
  22. decide if you want to use a Remote Launcher to manage multiple Bubble nodes, or just launch a single Bubble
  23. directly from the Local Launcher.
  24. #### Local Launcher Mode
  25. In this mode, Bubble runs locally on your machine. You'll setup the various cloud services required to run Bubble,
  26. and use the Local Launcher to start a Remote Launcher or a Bubble Node.
  27. This is the mode that the [Bubble Docker Launcher](docs/docker-launcher.md) runs.
  28. Learn more about setting up [Local Launcher Mode](docs/local-launcher.md)
  29. #### Remote Launcher Mode
  30. In this mode, Bubble is running in the cloud in Launcher Mode, ready to launch new Bubbles that you can use.
  31. You cannot connect devices to a Bubble in Launcher Mode, you can only use it to launch new Bubbles.
  32. Learn more about setting up [Remote Launcher Mode](docs/remote-launcher.md)
  33. #### Bubble Node Mode
  34. In this mode, the Bubble has been launched by a Local Launcher or a Remote Launcher and is a proper Bubble Node.
  35. You can connect your devices to it and use it as your own private VPN and enhanced internet service.
  36. Learn more about launching a [Bubble Node](docs/launch-node.md)