#How to revert versions of warp?

20 messages · Page 1 of 1 (latest)

stark ploverBOT
#

Hi @heady kernel. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

To revert (downgrade) to a previous version of Warp, you need to uninstall the current version and then manually install the desired older version. Here’s how you can do it, based on your operating system:


Linux

  1. Uninstall the current version:

    sudo apt remove warp-terminal
    

    (or use your package manager: dnf, zypper, pacman, etc.)

  2. Download a previous version:
    You can find direct links to older .deb, .rpm, or other package files in Warp’s GitHub issues or from the Warp releases site. For example:

    wget <https://releases.warp.dev/stable/v0.2024.05.14.08.01.stable_04/warp-terminal_0.2024.05.14.08.01.stable.04_amd64.deb>
    sudo dpkg -i warp-terminal_0.2024.05.14.08.01.stable.04_amd64.deb
    

    Replace the URL with the version you want to install.
    Example from GitHub


macOS

  1. Uninstall the current version:

    • If installed via Homebrew:
      brew uninstall warp
      
    • If installed via .dmg:
      sudo rm -r /Applications/Warp.app
      
  2. Download and install a previous .dmg file:
    You can find links to older .dmg files in GitHub issues, for example:
    Download previous version
    Open the .dmg and drag Warp to your Applications folder.


Notes

#
  • If you need to remove all settings and user data, see the official uninstall instructions.
  • Sometimes, after downgrading, you may need to prevent Warp from auto-updating to avoid the same issue recurring.
  • If you need a specific version, check GitHub issues for direct download links or ask the community for the installer.

This process is confirmed by multiple users and Warp team members in GitHub issues, who often provide direct links to previous versions and instructions for uninstalling and reinstalling Warp when issues arise with new releases example example.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@heady kernel Kapa.ai is still learning and improving, please let me know how I did by reacting below.

heady kernel
#

@stark plover tell for windows

stark ploverBOT
#

Let me check the knowledge base for you again. One moment! :books:

#

To revert (downgrade) to a previous version of Warp on Windows:

  1. Uninstall the current version:

    • Go to the "Installed apps" section of the Control Panel.
    • Find and uninstall the Warp application.
  2. Download the previous version:

  3. Install the downloaded version:

    • Run the downloaded .exe installer and follow the prompts.

Note:

  • If you need to remove all settings and user data, you can follow the official instructions to remove Warp-related files and registry entries. See the official uninstalling guide for details.
  • If you need a specific version and can't find a link, you may need to request it in the Warp GitHub issues, as older versions are not listed on the main download page.

If you need to clean up all user data and settings after uninstalling, you can use these PowerShell commands:

#
Remove-Item -Path "HKCU:\Software\Warp.dev\Warp" -Recurse -Force
Remove-Item -Path "$env:LOCALAPPDATA\warp\Warp" -Recurse -Force
Remove-Item -Path "$env:APPDATA\warp\Warp" -Recurse -Force

Source: Official Uninstalling Guide

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@heady kernel Kapa.ai is still learning and improving, please let me know how I did by reacting below.

heady kernel
#

Can u send me a download of v0.2025.07.30.08.12 @stark plover

stark ploverBOT
#

Let me check the knowledge base for you again. One moment! :books:

#

I'm sorry, but the knowledge sources do not contain a download link for Warp version v0.2025.07.30.08.12. The available sources only provide download links for the latest release and a few specific older versions mentioned in GitHub issues (such as v0.2025.06.18.08.11.stable_03 and v0.2025.05.14.08.11.stable_03) Warp Issue #6702, Warp Download Page.

If you need a specific version that is not listed, it is recommended to request it directly from the Warp team via their GitHub issues page or community channels.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@heady kernel Kapa.ai is still learning and improving, please let me know how I did by reacting below.

heady kernel
#

@stark plover Give me the latest version of warp installation except the current latest one

stark ploverBOT
#

Let me check the knowledge base for you again. One moment! :books:

#

I'm sorry, but the knowledge sources do not provide a comprehensive, up-to-date list of all Warp releases or a direct link to the "latest version except the current latest one." The official download pages only offer the current latest release and preview versions, and while some GitHub issues mention specific older versions, they do not consistently provide the version immediately preceding the latest.

If you need a specific previous version, you may find direct links in recent GitHub issues where users and maintainers share installers for troubleshooting purposes. For example, a recent version provided for troubleshooting was:

However, for Windows or other platforms, or for the exact version just before the current latest, the knowledge sources do not contain a direct download link. If you need a specific version, it's best to request it on the Warp GitHub issues page.

If you have a particular OS or architecture in mind, please specify, and I can check if any relevant links are available in the sources.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@heady kernel Kapa.ai is still learning and improving, please let me know how I did by reacting below.

heady kernel
#

Give for windows @stark plover

stark ploverBOT
#

Let me check the knowledge base for you again. One moment! :books:

#

I'm sorry, but the knowledge sources do not contain a direct download link for the previous (second-latest) version of Warp for Windows. The only Windows installer links available in the sources are for specific ARM64 versions mentioned in GitHub issues, such as:

There is no information in the knowledge sources about a general or x64 Windows installer for the version immediately before the current latest. If you need a specific previous version for Windows, it is recommended to request it directly from the Warp team via their GitHub issues page or community channels, as the official download page only provides the latest release and not an archive of older versions.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: