github sourcegraph/sourcegraph app-v2023.5.23+1291.bad22543d1
Sourcegraph App v2023.5.23+1291.bad22543d1

latest releases: v5.4.0, v5.3.12303, v5.3.11625...
pre-release11 months ago

This is a new (super experimental, early release) version of the Souregraph app which lets you use Cody on your local Git repositories!

image

Highlights

Adding your Git repositories is now much easier:

image

We made the app a much more native experience (by adopting Tauri), and you can now access Cody through the system tray:

image

Ask Cody questions side-by-side with your editor open:

image

If you use VS Code, the Cody extension now offers a Connect Sourcegraph App option (you may need to sign out using the settings gear to see it). Cody in VS Code will then talk to your Sourcegraph app to answer questions. In the future, this will enable much more powerful answers including context about all of your local code - not just what's open in your editor:

imageimage

IMPORTANT: Uninstall old app versions first

macOS

Uninstalling old Sourcegraph app versions on macOS

  1. Delete the app from your Applications folder in Finder.
  2. brew uninstall sourcegraph
  3. Delete any old Sourcegraph app data:
rm -rf $HOME/.sourcegraph-psql
rm -rf $HOME/Library/Application\ Support/sourcegraph-sp
rm -rf $HOME/Library/Caches/sourcegraph-sp
Linux

Uninstalling old Sourcegraph app versions on Linux

  1. Delete the binary from your system (which sourcegraph)
  2. Delete any old Sourcegraph app data:
rm -rf $HOME/.sourcegraph-psql
rm -rf $XDG_CACHE_HOME/sourcegraph-sp
rm -rf $XDG_CONFIG_HOME/sourcegraph-sp
rm -rf $HOME/.cache/sourcegraph-sp
rm -rf $HOME/.config/sourcegraph-sp

Installing the new version

Choose the relevant file for your OS below.

  • Intel mac support is coming soon.
  • Linux builds are extremely experimental; with the adoption of Tauri we expect some bugs here.
  • You may encounter a Postgres error, if you do then please restart the app manually.

Join our Discord for interactive help, or file a GitHub issue

Don't miss a new sourcegraph release

NewReleases is sending notifications on new releases.