#Is there a way to Download older versions of warp?
23 messages · Page 1 of 1 (latest)
Hi @brazen dune. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Yes, you can download older versions of Warp directly from the official Warp release storage. The URLs for older versions follow a predictable pattern, allowing you to specify the exact version you need.
For example, to download a specific version, use a URL like:
<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>
Replace the version string (e.g., v0.2024.05.14.08.01.stable_04) and the file name as needed for your platform and desired version. You can find more examples and links to previous versions in various GitHub issues, such as:
- Example for .deb package
- Example for .rpm and pacman packages
- Example for AppImage and other formats
If you need to find the exact version string, you can refer to the Warp changelog to match the version your company approves.
Summary of steps:
- Identify the exact version you need (e.g., v0.2024.05.14.08.01.stable_04).
- Construct the download URL using the format above.
- Download and install the package appropriate for your OS.
If you need a different package type (e.g., .rpm, .pkg.tar.zst, .AppImage, .dmg, .exe), adjust the file name and extension accordingly, as shown in the examples above.
If you have trouble finding the right link, let me know the OS and package type you need, and I can help you construct the correct URL.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@brazen dune Kapa.ai is still learning and improving, please let me know how I did by reacting below.
@small mesa i need the url for version v0.2024.12.18.08.02
Let me check the knowledge base for you again. One moment! :books:
You can download Warp version v0.2024.12.18.08.02 using the following URLs, depending on your operating system and package type:
- For Debian/Ubuntu (.deb, x64):
<https://releases.warp.dev/stable/v0.2024.12.18.08.02.stable_05/warp-terminal_0.2024.12.18.08.02.stable.05_amd64.deb> - For Debian/Ubuntu (.deb, ARM64):
<https://releases.warp.dev/stable/v0.2024.12.18.08.02.stable_05/warp-terminal_0.2024.12.18.08.02.stable.05_arm64.deb> - For Mac (.dmg):
<https://releases.warp.dev/stable/v0.2024.12.18.08.02.stable_03/Warp.dmg> - For Arch Linux (.pkg.tar.zst, x64):
<https://releases.warp.dev/stable/v0.2024.12.18.08.02.stable_05/warp-terminal-v0.2024.12.18.08.02.stable_05-1-x86_64.pkg.tar.zst>
These URLs are confirmed in the knowledge sources, where users and Warp team members reference and use them for troubleshooting and rollbacks. If you need a different package type or platform, let me know and I can help you find the correct link based on the available sources Warp Issue #5667 Warp Issue #5694.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@brazen dune Kapa.ai is still learning and improving, please let me know how I did by reacting below.
@small mesa And how do I remove the top warning from warning the version is not updated
Let me check the knowledge base for you again. One moment! :books:
I'm sorry, but according to the knowledge sources, there is currently no official way to permanently disable or hide the top warning/banner in Warp that notifies you about an outdated version. Many users have requested this feature, especially in environments where updates are managed externally or delayed, but as of now, Warp does not provide a built-in setting to turn off or dismiss the update notification permanently. The banner may be dismissible in some recent versions, but it will reappear on every startup if the app is still out of date Toggle auto-update / update banner.
Some users have shared workarounds, such as blocking Warp's update servers by adding entries to your hosts file:
127.0.0.1 releases.warp.dev
127.0.0.1 app.warp.dev
However, this method is not officially supported and may break other features, such as AI integration, and can cause issues with system updates, especially on NixOS or when using package managers Toggle auto-update / update banner.
In summary:
- There is no official way to disable or hide the update warning banner in Warp.
- Workarounds exist (like blocking update servers), but they have side effects and are not recommended by the Warp team.
If this is a critical issue for your workflow, the best course is to upvote and comment on the relevant GitHub issue to signal your need for this feature.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@brazen dune Kapa.ai is still learning and improving, please let me know how I did by reacting below.
@small mesa get me a link for v0.2024.07.09.08.01.stable_00
Let me check the knowledge base for you again. One moment! :books:
Based on the knowledge sources, the structure for Warp's direct download URLs is documented and confirmed in several GitHub issues. The format is:
<https://releases.warp.dev/stable/INSERT_VERSION/warp-terminal-INSERT_VERSION-1-x86_64.pkg.tar.zst>
or, for .deb packages:
<https://releases.warp.dev/stable/INSERT_VERSION/warp-terminal_INSERT_VERSION_amd64.deb>
You should replace INSERT_VERSION with your desired version string.
For v0.2024.07.09.08.01.stable_00, the likely URLs would be:
- Arch Linux (.pkg.tar.zst, x64):
<https://releases.warp.dev/stable/v0.2024.07.09.08.01.stable_00/warp-terminal-v0.2024.07.09.08.01.stable_00-1-x86_64.pkg.tar.zst> - Debian/Ubuntu (.deb, x64):
<https://releases.warp.dev/stable/v0.2024.07.09.08.01.stable_00/warp-terminal_0.2024.07.09.08.01.stable.00_amd64.deb>
This URL pattern is confirmed by Warp team members for previous versions in the knowledge sources see example and instructions.
If you need a different package type, let me know your OS and architecture.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@brazen dune Kapa.ai is still learning and improving, please let me know how I did by reacting below.
@small mesa is there a way to disable auto updates?
Let me check the knowledge base for you again. One moment! :books:
There is currently no official way to disable auto-updates in Warp. This feature has been requested by many users, especially those who manage updates through system package managers or in enterprise environments. The Warp team is tracking this request, but as of now, there is no built-in toggle or setting to turn off automatic updates or the update notification banner. Users have expressed frustration about this, and the Warp team has acknowledged the feedback, but no solution has been implemented yet Toggle auto-update / update banner Disable Automatic Updates Option or Plist Key To Disable Automatic Updates Prompt.
Some users have shared unofficial workarounds, such as blocking Warp's update servers via the hosts file, but these are not supported and may cause other issues. If this feature is important to you, you can upvote and subscribe to the relevant GitHub issue to follow any updates from the Warp team.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@brazen dune Kapa.ai is still learning and improving, please let me know how I did by reacting below.
@small mesa then what is the unofficial way
Let me check the knowledge base for you again. One moment! :books:
The unofficial way to disable Warp's auto-update checks and hide the update warning is to block Warp from reaching its update servers by editing your system's hosts file. Users have reported that adding the following lines to your /etc/hosts file will prevent Warp from checking for updates and showing the update banner:
127.0.0.1 releases.warp.dev
127.0.0.1 app.warp.dev
For NixOS users, you can add this to your /etc/nixos/configuration.nix:
networking.extraHosts = ''
127.0.0.1 releases.warp.dev
127.0.0.1 app.warp.dev
'';
Important caveats:
- This is not an official solution and is not supported by the Warp team.
- Blocking these domains may break other features, such as AI integration and possibly other network-dependent functionality.
- On NixOS, this workaround can interfere with system rebuilds and updates, so you may need to temporarily remove these lines during system upgrades Toggle auto-update / update banner.