Postman old version installation packages archive.
ℹ️ PLEASE: Use the latest official Postman versions on https://www.postman.com/, if possible. It has many fixes for vulnerabilites and new features.
⚠️ NOTE: These archived installations are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Download the related GZ files and merge them together:
git clone https://github.com/cameekorg/postman-old-install.git
git checkout arch/linux-x64-7.34.0
cat Postman-linux-x64-7.34.0.tar.gz_* > Postman-linux-x64-7.34.0.tar.gz
Download the related ZIP files and merge them together:
git clone https://github.com/cameekorg/postman-old-install.git
git checkout arch/osx-7.34.0
cat Postman-osx-7.34.0.zip_* > Postman-osx-7.34.0.zip
Download the related EXE files and merge them together for 64bit:
git clone https://github.com/cameekorg/postman-old-install.git
git checkout arch/win64-7.34.0
copy /b Postman-win64-7.34.0-Setup.exe_* Postman-win64-7.34.0-Setup.exe
or for 32bit:
git clone https://github.com/cameekorg/postman-old-install.git
git checkout arch/win32-7.34.0
copy /b Postman-win32-7.34.0-Setup.exe_* Postman-win32-7.34.0-Setup.exe
md5sum Postman-osx-7.34.0.zip > Postman-osx-7.34.0.zip.md5
md5sum Postman-linux-x64-7.34.0.tar.gz > Postman-linux-x64-7.34.0.tar.gz.md5
md5sum Postman-win32-7.34.0-Setup.exe > Postman-win32-7.34.0-Setup.exe.md5
md5sum Postman-win64-7.34.0-Setup.exe > Postman-win64-7.34.0-Setup.exe.md5
sha256sum Postman-osx-7.34.0.zip > Postman-osx-7.34.0.zip.sha256
sha256sum Postman-linux-x64-7.34.0.tar.gz > Postman-linux-x64-7.34.0.tar.gz.sha256
sha256sum Postman-win32-7.34.0-Setup.exe > Postman-win32-7.34.0-Setup.exe.sha256
sha256sum Postman-win64-7.34.0-Setup.exe > Postman-win64-7.34.0-Setup.exe.sha256
split -b 24M -d Postman-osx-7.34.0.zip Postman-osx-7.34.0.zip_
split -b 24M -d Postman-linux-x64-7.34.0.tar.gz Postman-linux-x64-7.34.0.tar.gz_
split -b 24M -d Postman-win32-7.34.0-Setup.exe Postman-win32-7.34.0-Setup.exe_
split -b 24M -d Postman-win64-7.34.0-Setup.exe Postman-win64-7.34.0-Setup.exe_