#How to revert versions of warp?
20 messages · Page 1 of 1 (latest)
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
-
Uninstall the current version:
sudo apt remove warp-terminal(or use your package manager:
dnf,zypper,pacman, etc.) -
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.debReplace the URL with the version you want to install.
Example from GitHub
macOS
-
Uninstall the current version:
- If installed via Homebrew:
brew uninstall warp - If installed via
.dmg:sudo rm -r /Applications/Warp.app
- If installed via Homebrew:
-
Download and install a previous
.dmgfile:
You can find links to older.dmgfiles in GitHub issues, for example:
Download previous version
Open the.dmgand 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.
@stark plover tell for windows
Let me check the knowledge base for you again. One moment! :books:
To revert (downgrade) to a previous version of Warp on Windows:
-
Uninstall the current version:
- Go to the "Installed apps" section of the Control Panel.
- Find and uninstall the Warp application.
-
Download the previous version:
- You need to obtain the installer for the specific older version you want. These are not listed on the main website, but direct links are sometimes provided in GitHub issues. For example, a previous ARM64 version was shared here:
WarpSetup-arm64.exe (v0.2025.06.18.08.11.stable_03)
Another user mentioned that v0.2025.05.14.08.11.stable_03 was more stable for them.
(Choose the version and architecture that matches your system.)
Reference
- You need to obtain the installer for the specific older version you want. These are not listed on the main website, but direct links are sometimes provided in GitHub issues. For example, a previous ARM64 version was shared here:
-
Install the downloaded version:
- Run the downloaded
.exeinstaller and follow the prompts.
- Run the downloaded
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.
Can u send me a download of v0.2025.07.30.08.12 @stark plover
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.
@stark plover Give me the latest version of warp installation except the current latest one
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.
Give for windows @stark plover
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: