/windsurf-linux-install

Install Windsurf from a Tarball on your Linux machine, easily!

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

Install tarball version of Windsurf with just a basic script!

A script to easily install Windsurf the tarball way on your Linux machine!

Note: This installation script is by no means affiliated with Windsurf, Codeium, or any other party.

Usage

Clone the repo and run the script

git clone https://github.com/spookyorange/windsurf-linux-install.git
cd windsurf-linux-install
sh ./install.sh

To remove the application(if it has been installed with this method)

sh ./uninstall.sh

To update the app manually, simply run the install script again.

sh ./install.sh

Details

The script will install the application in the following destinations if you have installed locally:

  • ~/.tarball-installations/windsurf
  • ~/.local/bin/windsurf
  • ~/.local/share/applications/windsurf.desktop
  • Also wherever the app data may be at(app decides it and it may change, also may depend on machine your configuration)

Tested Distros

  • Fedora by Spookyorange

Contributing

If you have a distro that you would like to add to the list of tested distros, please submit a pull request with the changes you made to the script and the distro you tested it on.