Skip to content

Releases: arixmkii/qcw

0.0.17

23 Feb 14:53
Compare
Choose a tag to compare
0.0.17 Pre-release
Pre-release

Highlights

All the work is rebased onto latest Podman Machine 5 refactoring

Known issues

  • Requires policy.json file manually created (see README for details)
  • Doesn't publish UNIX socket for accessing Podman API, only named pipes will be published

Included in this release

  • xz version 5.2.9
  • QEMU 8.2.1 (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 5.0.0-dev (e4719cb7cdf3ef2b0edcaa4c608117f761322aae) with patches to enable QEMU support on Windows

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.17/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.17/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

06e0645a68253e1fad061121480bbf7705446f37d2a4e19a7574251dd3ae5327 *./podman-5.0.0-dev-setup.exe
563c42492d93dba26ee370a8469aced43ed06236c19b6e5dca69e2bbab160105 *./qemu-setup-8.2.1.exe

SHA512

edbb3930e94ca2954c120f595d5b6e13fae4d93d5c031a53ac3be936da73340b6ca67b6c3ebfb4888604f25ffa978ec51d3ac511c6da41468a7ed16ff22c1ec4 *./podman-5.0.0-dev-setup.exe
9f180b97ad97b10c983cd407631c0066fbf5243831580f8787fbc8fd7cdf20935ffbe37c6af8f44af4b734abb693230eb540242265254f407ba79ddf641a299a *./qemu-setup-8.2.1.exe

0.0.16

06 Jan 11:15
Compare
Choose a tag to compare
0.0.16 Pre-release
Pre-release

Highlights

Moving to QEMU 8.2.0 and Podman 5.0.0-dev builds. It is also the first release to include OpenSSH customized builds

Included in this release

  • xz version 5.2.9
  • QEMU 8.2.0 (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 5.0.0-dev (8df25d705e148460b1c85cbcd653a132ef2d81b5) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • OpenSSH-portable from PowerShell fork 9.5.0.0 with patch to allow AF_UNIX
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-09-24

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.16/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.16/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

9d5d02e46412cda6a94de0506f6288eaf5e2d2e729c67ec9cde7804ed67c4975 *./gocat.zip
daf3901a967a6fb8728bb290e9d023b371d3bd4cde7d5d8ea2eb784568e68300 *./msys2-tools.zip
75df8185890dd93ed0f0780fbc3640f01bfc11cb92af0bec41f84d7f929c9b93 *./OpenSSH-Win64.zip
ec2e5e4c941f0ef49ff7841957e7ccfea211d2ac0e08975c5d46e6811e0e953d *./podman-5.0.0-dev-setup.exe
b38647b79debdceab4d6a0d6d4b2f96790f048d7d4e711f5dc6c0e9bf28434e6 *./qemu-setup-8.2.0.exe

SHA512

174b2cbd74eae7e42e4a60e3e13696bc76b001c877b713d8e074052bfd4bb43200f2628f14699b82948f73c456cddccdf608496ae929d83dfd9cc30916d72681 *./gocat.zip
e9d27f49b60dbeac31c1199cabccd0b5f957fd575fc096135306d67cf3f09acff09e36911d20295418665c59c573476a6dc494c9680c6ee1f7050134b0c0533e *./msys2-tools.zip
cc862897e0debce22e52f6bfe9769b7bf03c363afc2bd0005eccd500695374f1520515202541b8d1fc90bff3957488db26485e39d0b1d79298970595fe178e05 *./OpenSSH-Win64.zip
39cae127b3503f1d1fbfc4129172f08ac10e0bb85c7c16ea0ab1fa3225f72499d3bda67c60746ed36d42f5f5c4e8d89da81f43ec05f8cd65431fa36ffdded947 *./podman-5.0.0-dev-setup.exe
f0691485e1c7ab4eb1a4c92195b4dee743c2325c6e77266cf70d66069d24224acf8c2f1fb707b22af0e8b5fe1811460bb62814b31516cbb1dd1bd6c268c5f421 *./qemu-setup-8.2.0.exe

0.0.15

19 Oct 12:10
Compare
Choose a tag to compare
0.0.15 Pre-release
Pre-release

Highlights

Calm incremental release

Included in this release

  • xz version 5.2.9
  • QEMU 8.1.2 (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 4.8.0-dev (9a29eb05ef0cc157628299fd74326ec4cfcc16ef) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-09-24

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.15/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.15/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

1c0257ca9af62629326469f2eb4ff146a4b17813f0876d4c4684d02637a0fe8d *./gocat.zip
b3944061dc7955962e43c82dbdffda99162710c416d1576c9ea5dd90b5673570 *./msys2-tools.zip
75b023aea0ca4f461e4966dfbaaec3820cbfdeabc243dc293c43ba09fe6c057b *./podman-4.8.0-dev-setup.exe
1ca36a87625524c72a6605ed2978f88a46716ce096f41e1e53a266c822449eed *./qemu-setup-8.1.2.exe

SHA512

8ad6e9192ac8de35018fa5ba7a89e9d28f1b2068ba11c9ade9e600ad1f5033878dfff9795b7c8f75c90c3dab86f3616e59a0e735597648ff763918cb575b6332 *./gocat.zip
b450056ab926da43b1fee6683913255357130d69f64a3d3912074f2d692052005bb29de82181e73b0be667e7da5687c32afb9a5749e0ee6153e9c4839b97f33f *./msys2-tools.zip
0d1afec2b36de35614f04391a1fd7123287bc16ec0f003eb089c9d6601c61e7af5f7034af91cb32bcb99ce45d0946758c2f29f4dec3f1a2306d793741ea3ef53 *./podman-4.8.0-dev-setup.exe
cb13d3f1da46bb3232f2fc93f88722ec186022072871e7c82ea65d6e8f53c8e4dad3e0e6f9d48e21431d637af3a88ffa543d33e364cb2c2d4a70886fa9bd7d85 *./qemu-setup-8.1.2.exe

0.0.14

01 Oct 15:04
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release

Highlights

Starting from this release all Podman builds are also validated with full Podman Machine e2e test suite to pass all tests.

Included in this release

  • xz version 5.2.9
  • QEMU 8.1.1 (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 4.8.0-dev (cc8c28eb7c0c336931b9bf5879ff454818519c94) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-09-24

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.14/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.14/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

a3eeeb8254de48c2889be2b69c3a845ba0c9de604c1ef21f129d6a0af941af1d *./gocat.zip
5f1f7aa135ceed3b64f88146be6b1b1ef92be54d20380a0a5cd5b7c8fd81ae97 *./msys2-tools.zip
7ddc7134fd9681a78434018ff9adbc59199da3c2c42d1a7cdb4c9d5c532e62ba *./podman-4.8.0-dev-setup.exe
7c593889e407302a05cee50779bfb80a326679acd6af066b2e463e4cc647ed97 *./qemu-setup-8.1.1.exe

SHA512

a14141e0905fa1b226bf0fef5628bde5cf86bbdb68d34a7da74f2e109d4660912610a8d95efd17f1db4f4bebff7532b43da3f6b4d3daffe9d18e52680fea1717 *./gocat.zip
d5b670eeaf0310df48340579426891ea35fc18897f7cac101e45c7ef98644d210076e4ec10f4cdd77889c6d8261f04b0af688985de14b3ade3ae0edb1a01ea08 *./msys2-tools.zip
e3fb9206ea0563104a1a5483ac0f77f3e29c08a52f913d70402a911db6f595b3302b2151e3dade23874f65f4b4b0cdcd33135e5577f758d6fdf49f81db3ac429 *./podman-4.8.0-dev-setup.exe
9d493495687f20d67a3d1a5921c9220e28190808931c8260f5b6dd5531e0071bcfd0c8120cca5f02bc56862c8945be7267d38d9240895007b27b626d98b84b07 *./qemu-setup-8.1.1.exe

0.0.13

25 Sep 10:44
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release

Highlights

Just an incremental release with QEMU 8.1.1 and Podman 4.8.0-dev.

Included in this release

  • xz version 5.2.9
  • QEMU 8.1.1 (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 4.8.0-dev (c3ab75ca459dc52661197c3dd42520bbd3317479) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-09-24

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.13/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.13/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

4020941c8f4de497a7938e5f5e771f25baff24300bae31dfa448592c63268b78 *./gocat.zip
c565573e4ff55f0ecf48d602480eb77a6a4330c4183826427657e5aaafedfb02 *./msys2-tools.zip
0763e9c363be47b96556412f445a021e8cf212775aeb63c23a9adb8621fa7b13 *./podman-4.8.0-dev-setup.exe
c5196bd6c1d8b358762f3d1ddb9c58737ffa8d57f00edee050de09c89fa5dd6b *./qemu-setup-8.1.1.exe

SHA512

e2f8214893aa1b0a9926eb74124932290f9cefe2457fd05ade1971055d1f8eb4226454b684bca57b27378777be57e07d5b07e0d707a1665e41ff3f62abf3feb1 *./gocat.zip
2c3edb983be87eba51595fd645733fc73811670281c766dedbdb6bd3ce07f1fd33f152378c04b56d24ecfcc1e9388a0302f15da922ed110ded5824c011d8c6cc *./msys2-tools.zip
df4cc54eabdd30b1063096d762b8a12a1b4d472d4aa2515145a868b02def60051a68b14e8b9c1c3cbbcd92947ffff43866b26d7d3a7ed872267f0f2ef197557c *./podman-4.8.0-dev-setup.exe
3a80e3212745e87d108508c4323632cc48907e703323414cdfdc4f83d770164f7ce08c033997abf9d05efdd31af5b163c2c346093b76428601dd8c74e712ddf8 *./qemu-setup-8.1.1.exe

0.0.12

23 Aug 13:08
Compare
Choose a tag to compare
0.0.12 Pre-release
Pre-release

Highlights

Is is the first release to support running inside Hyper-V virtual machine. It also has fully reworked build process, which now fetches source from upstreams only and then apply patches locally.

Included in this release

  • xz version 5.2.9
  • QEMU 8.1.0 (7e5a8bb22368b3555644cb2debd3df24592f3a21) (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 4.7.0-dev (7bd60867debb18bb71d6a1c02f6d7c7ad66ec664) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-08-23

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.12/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.12/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

724744cd38e906592478024d7b63a4792f5a2abb334af1c6fd4cc6a4ee93b7c6 *./gocat.zip
2149a9e78e605284b4cc72c44fc83711be3ec5e8c830f7c63bbcc68197c6a906 *./msys2-tools.zip
e322f9d52fd80c0497e7584d1a927c5601d9e2a2abd16e3196ce22825998082d *./podman-4.7.0-dev-setup.exe
54da2a04a162ee3b0f1074aea0c80cb9ff484a672abda4dc5c92171e01a0b6b5 *./qemu-setup-8.1.0.exe

SHA512

47417d5c2a8f9211ac4ff52b1a190e82136210e991d4d082aff71f887ec3b72bfc06c98dedc4a5ef9d2524f30ef19202725621c8191f3ce0a4cf7591acaf1ddf *./gocat.zip
2ff41445b112862c7cfc4181dc3ffccf68da88c47695dfcebc68c0f826984ef6c6a58729f3671b1a0cd2438c1808248acb3a9e8b9eae01a73fe25251a2c2b717 *./msys2-tools.zip
f7bf66bbc93cc099515029f8c7abb2f3feaa7232321a72772bbe6265c248adf0c721f2f04808e96e45a64ceb033b2cd20841c6438b2a48f5fd684eb002bad4f1 *./podman-4.7.0-dev-setup.exe
a0a648659e3812e4d508944078589cca0db7bee872e8ba90ca7dea98b1254f9edd040bddb224f60aa174fd00c22f4feb40d445ba415f6afc9a9f5b78ab8b2432 *./qemu-setup-8.1.0.exe

0.0.11

05 May 20:49
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release

Highlights

Is is the first build with all changes to Podman also submitted as PRs to upstream.

Included in this release

  • xz version 5.2.9
  • QEMU 8.0.0 (c1eb2ddf0f8075faddc5f7c3d39feae3e8e9d6b4) (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 4.6.0-dev (c74f9ad66d80757d3133f1eaf0a7c7ffd90af63d) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-05-05

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.11/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.11/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

1be664a590c1684f76947ca53d94ca6b98e1b6321c2a5989077dea8bbb3ac401 *./gocat.zip
db78cccb3ca6fab6fce538dd46ecd9d9a3f1984114b2617ae4266c99de9fa451 *./msys2-tools.zip
2f1a8e97deca297815547245bb233696488713bdab1092308d0c3c742e065bd9 *./podman-4.6.0-dev-setup.exe
e06282c7845f1ce3ec1cb71218a2a1f8603823fcccd77ff7c994862a9f9ab3d1 *./qemu-setup-8.0.0.exe

SHA512

b867ccde93c342a7c4c6e70d67868d96661da641f343d11a301222c8359e102054c5e6a4b98be2140e7c52251f3770a050c152e8b5366b57f2aea6bc3b4374be *./gocat.zip
ed7f9b7e14923396bf6a5ce5416b7c7f23fcbf03396d86e800cbbd37502dfb09c6d10e69e8917bd714d2c55554d5be2a5f7fc9282618168ec7b1a37904583a12 *./msys2-tools.zip
9e8bf0a83f52b903227c4be9271e9bbb1ec847322b6f274589db2a20ddde8fe6fa2054395c6a564d11d4afd8254953feda1f55a048f9248e16946ba6f11abba0 *./podman-4.6.0-dev-setup.exe
2b52d1f6db2643f51fba2aecfc5b3ec18131b39406fd7a42829276fac87d5bc0c199cca102e176de636b12e3fefe850f2a2d73f602d9f74e4d05cfc8f91df5c4 *./qemu-setup-8.0.0.exe

0.0.10

01 Mar 12:59
Compare
Choose a tag to compare
0.0.10 Pre-release
Pre-release

Highlights

Is is the first build with all patches provided in a form of .patch files.

Included in this release

  • xz version 5.2.9
  • QEMU 8.0.0-dev (33dc95d032a86dd007073d72cf006f663c614de2) (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 4.5.0-dev (4b9366216c0c2099e3e55c3b05adab5c0c4bb7e7) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-02-10

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.10/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.10/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

a74c2973af2afd8edba30c16e7fcc9392985299bd9af9d2e5c49eace97c695e0 *./gocat.zip
abdfc95d7b8f6bc8c96520160684b015734ee5e74c6d164639780bf44623970b *./msys2-tools.zip
c11c59494ee5728fbb9310a8180f3c7226741cc53e057a1b6985f69308a9d622 *./podman-4.5.0-dev-setup.exe
12c3ff381f7a1273e9caf22b6e4d3ceb76babf7e354c93afd54a6a5d875f72c3 *./qemu-setup-7.2.50.exe

SHA512

c40a87e923ab8daa3df94cd945bb479848dcf7091fe592537bd20487a0fc50767eced359e2e254b45213d7f610e61d1402a0243f935df2feae58e6f154e9093c *./gocat.zip
492261e61d2ceb56b25c9396454c79e583611153b6b9d819997e1ef69289b80a6e19af79c584fc8e4ecc7b77b4a2885ab3aaacc6eca48268e5e8b3dca945d3aa *./msys2-tools.zip
40c7f69331f98fd4cd6d086422cc0bff474d12de0c4ff3101a8c9622c1cc1edbb430f844e4939f97168c6142e66d3023dfdbff556e924c5e8ea8c4642c4428a5 *./podman-4.5.0-dev-setup.exe
ae5f424cadf0fb3b40451ff978f76a6e4a153875f9d8ba56b22de76bf6386fac20dc14e48e65f30d318c924331643c5fdd239a73106b9711d984e1ed174a949e *./qemu-setup-7.2.50.exe

0.0.9

12 Feb 12:27
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

Highlights

Is is the first build with all significant functional changes added to the tree from PRs.

Included in this release

  • xz version 5.2.9
  • QEMU 8.0.0-dev (13356edb87506c148b163b8c7eb0695647d00c2a) (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy same version bundled with Podman
  • Podman 4.5.0-dev (f0d863e5cc52f4eab2aaf893380764e741da21f7) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-02-10

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.9/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.9/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA256

76031f44acf503d8d499e02532ffeed680d3fdb1e3af222dd65a5ade32b255f1 *./gocat.zip
745e78d13dda1d43224d4eaf5723b225a7804ccd4294a29805fa6b13592063e5 *./msys2-tools.zip
bf626259258baf5a94acecffbb47ad9ff49a9fd1fdc647b94a64306da3aef9a2 *./podman-4.5.0-dev-setup.exe
71728c960122e43ce7cbadc655ebd83110fc5529202da528733f6b53cdf3fb40 *./qemu-setup-7.2.50.exe

SHA512

36e856587fe1c4e2e60bd7812d87d7a49385618d240b2d117e9c913bcc2f6cd7cb46f231803991281565c6ffa6bdd77aecb2bab0fbce7fb62c8c0fd56d8abef1 *./gocat.zip
c779150c26d94a997e626453c056b02191afe4741941b864d2664deaf8c3a163cc2fdbe96af7e4162aa49e335f239fa2393e80c7429ad31dc6e3b813211dd237 *./msys2-tools.zip
f122526864ec524bffd6a3175812f8393f4022daf343211aa9674209bb3903da51c8b6fecb24989f46b24d3c67e50e4925043774d88db61f843c3d5bcfb50030 *./podman-4.5.0-dev-setup.exe
c06b085630b07f00d09afb917f7324aad138d3c41db476d1d65d2bf5ca1f2c93301a582ba397e783dab4249faa2180273fcab5aa4669629fec01cc84eab9dc8e *./qemu-setup-7.2.50.exe

0.0.8

18 Jan 11:18
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

Highlights

It is the first release linked against UCRT (before it was MSVCRT). There is some preliminary work to support Lima.

Included in this release

  • xz version 5.2.9
  • QEMU 7.2.0 (this one includes 9pfs on Windows hosts patches and UEFI pflash fixes, if this functionality is not needed, then consider using official installer)
  • gvproxy 0.5.0-dev(aab0ac9367fc5142f5857c36ac2352bcb3c60ab7)
  • Podman 4.4.0-dev (cdcd2eddc713bf0372f5da137c007b1421f049b3) with patches to enable QEMU support on Windows
  • gocat 0.3.0-dev (cc6fb8a5db72948af31628b019575478522f4425) rebuilt with dependency updates
  • msys2-tools (minimal subset to support Lima) - package tree from 2023-01-17

How to install

  1. Download and install QEMU (from this release or official one version 7.2.0 or newer)
  2. Download and install Podman from this release (it might be a good idea to uninstall one first if you had it before)
  3. Choose a location where you want utilities to reside and open console terminal there, then execute
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.8/qcw-utils.ps1'))"

or

pwsh -c "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arixmkii/qcw/v0.0.8/qcw-utils.ps1'))"
  1. Follow the instructions in README.

SHA checksums

SHA512

2d1601831ecf485e875925ef44fe72b7fe98afbbd7f64d3d2951903c8f6c1ed209f08f0dbe5d17903f65bc2f538920b7cfba6c2c396f2255152a2b42cd478d8a *./gocat.zip
22dfc5630da0609fd81525930219936553ef79f1a214c79a136eee0447def775a032d6613b021394fef019a6f449776ce85eb2960fd4b2d73a9d3b74183264bf *./msys2-tools.zip
fd07c66f5ba22e376653808e956d03005bc92429c1579d5679850cc1e82c0e745d970f48fe8c7a8037b435ace8da7cc3a0eea13a768842722711fced466f2a95 *./podman-4.4.0-dev-setup.exe
0627ae96b4fba67f8ef9bea538339cdb82bcab237dce4b0118650e28d11ad5565343c52d0a69a5097c0b5162705d21ea6301e4aa3f732a2d19af77bde9303382 *./qemu-setup-7.2.0.exe