Is there an installation package you can download? #696

Closed
opened 2026-01-30 21:59:55 +00:00 by claunia · 9 comments
Owner

Originally created by @516025 on GitHub (May 7, 2019).

I just want to use it, but I can't build it, so can I download the installation package?

Originally created by @516025 on GitHub (May 7, 2019). I just want to use it, but I can't build it, so can I download the installation package?
claunia added the Resolution-Answered label 2026-01-30 21:59:55 +00:00
Author
Owner

@Supernalboot commented on GitHub (May 7, 2019):

There is no installation package, you need to set everything up yourself https://github.com/microsoft/Terminal#building-the-code

@Supernalboot commented on GitHub (May 7, 2019): There is no installation package, you need to set everything up yourself https://github.com/microsoft/Terminal#building-the-code
Author
Owner

@Tlaster commented on GitHub (May 7, 2019):

I've built a release package and it's only x64 version
NOTE: it's a UWP application so make sure your system version is above 1809 (I'm using 1903)
[link scrubbed]

@Tlaster commented on GitHub (May 7, 2019): I've built a release package and it's only x64 version NOTE: it's a UWP application so make sure your system version is above 1809 (I'm using 1903) [link scrubbed]
Author
Owner

@Larsklopstra commented on GitHub (May 7, 2019):

@Tlaster Hmmm, I added the certificate and tried to launch the installer but got a message saying:

Either you need a new certificate installed for this app package, or you need a new app package with trusted certificates. Your system administrator or the app developer can help. A certificate chain processed, but terminated in a root certificate which isn't trusted (0x800B0109)

@Larsklopstra commented on GitHub (May 7, 2019): @Tlaster Hmmm, I added the certificate and tried to launch the installer but got a message saying: > Either you need a new certificate installed for this app package, or you need a new app package with trusted certificates. Your system administrator or the app developer can help. A certificate chain processed, but terminated in a root certificate which isn't trusted (0x800B0109)
Author
Owner

@516025 commented on GitHub (May 7, 2019):

@Tlaster thanks

I've built a release package and it's only x64 version
NOTE: it's a UWP application so make sure your system version is above 1809 (I'm using 1903)
[link scrubbed]

@516025 commented on GitHub (May 7, 2019): @Tlaster thanks > I've built a release package and it's only x64 version > NOTE: it's a UWP application so make sure your system version is above 1809 (I'm using 1903) > [link scrubbed]
Author
Owner

@ictw commented on GitHub (May 7, 2019):

I've built a release package and it's only x64 version
NOTE: it's a UWP application so make sure your system version is above 1809 (I'm using 1903)
[link scrubbed]

I use your package,but it arised an error:"App installation failed, error message: Windows cannot install the package because it is Microsoft.WindowsTerminal_1.0.0.0_x64__8wekyb3d8bbwe incompatible with the device. The package requires the Windows.Universal device family to run operating system versions 10, 0, 18362, 0, or later. The operating system version of the device is currently running 10, 0, 17763, 475. (0x80073cfd)" and my windows version is the lastest 1809(OS 17763.475 ), how should I do?

@ictw commented on GitHub (May 7, 2019): > I've built a release package and it's only x64 version > NOTE: it's a UWP application so make sure your system version is above 1809 (I'm using 1903) > [link scrubbed] I use your package,but it arised an error:"**App installation failed, error message: Windows cannot install the package because it is Microsoft.WindowsTerminal_1.0.0.0_x64__8wekyb3d8bbwe incompatible with the device. The package requires the Windows.Universal device family to run operating system versions 10, 0, 18362, 0, or later. The operating system version of the device is currently running 10, 0, 17763, 475. (0x80073cfd)**" and my windows version is the lastest **1809**(OS 17763.475 ), how should I do?
Author
Owner

@YantCaccia commented on GitHub (May 7, 2019):

I've built a release package and it's only x64 version
NOTE: it's a UWP application so make sure your system version is above 1809 (I'm using 1903)
[link scrubbed]

I use your package,but it arised an error:"App installation failed, error message: Windows cannot install the package because it is Microsoft.WindowsTerminal_1.0.0.0_x64__8wekyb3d8bbwe incompatible with the device. The package requires the Windows.Universal device family to run operating system versions 10, 0, 18362, 0, or later. The operating system version of the device is currently running 10, 0, 17763, 475. (0x80073cfd)" and my windows version is the lastest 1809(OS 17763.475 ), how should I do?

You should opt-in in Windows Insider, download and install the update 18362.30 (for me it took about 1 hour) and eventually try again installing this package, it should work then.

@YantCaccia commented on GitHub (May 7, 2019): > I've built a release package and it's only x64 version > NOTE: it's a UWP application so make sure your system version is above 1809 (I'm using 1903) > [link scrubbed] > > I use your package,but it arised an error:"App installation failed, error message: Windows cannot install the package because it is Microsoft.WindowsTerminal_1.0.0.0_x64__8wekyb3d8bbwe incompatible with the device. The package requires the Windows.Universal device family to run operating system versions 10, 0, 18362, 0, or later. The operating system version of the device is currently running 10, 0, 17763, 475. (0x80073cfd)" and my windows version is the lastest 1809(OS 17763.475 ), how should I do? You should opt-in in Windows Insider, download and install the update 18362.30 (for me it took about 1 hour) and eventually try again installing this package, it should work then.
Author
Owner

@DHowett-MSFT commented on GitHub (May 7, 2019):

Hi @Tlaster,
Thanks for being so excited to jump in. Please don't use this issue tracker for distributing binaries. 😄

@DHowett-MSFT commented on GitHub (May 7, 2019): Hi @Tlaster, Thanks for being so excited to jump in. Please don't use this issue tracker for distributing binaries. :smile:
Author
Owner

@zadjii-msft commented on GitHub (May 7, 2019):

I'm gonna use this as the catch-all issue for this topic.

There are no binaries to download quite yet.

The Windows Terminal is in the very early alpha stage, and not ready for the general public quite yet. If you want to jump in early, you can try building it yourself from source.

Otherwise, you'll need to wait until Mid-June for an official preview build to drop.

@zadjii-msft commented on GitHub (May 7, 2019): I'm gonna use this as the catch-all issue for this topic. ### There are no binaries to download quite yet. The Windows Terminal is in the _very early_ alpha stage, and not ready for the general public quite yet. If you want to jump in early, you can try building it yourself from source. Otherwise, you'll need to wait until Mid-June for an official preview build to drop.
Author
Owner

@bertyhell commented on GitHub (Aug 7, 2019):

There is a package now:
https://github.com/microsoft/terminal/releases

When you look under the assets of each release:
image

@bertyhell commented on GitHub (Aug 7, 2019): There is a package now: https://github.com/microsoft/terminal/releases When you look under the assets of each release: ![image](https://user-images.githubusercontent.com/1710840/62629472-7b036e00-b92d-11e9-97ef-d86e17774e21.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#696