Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geerteltink/zed-windows
https://github.com/geerteltink/zed-windows
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geerteltink/zed-windows
- Owner: geerteltink
- Created: 2024-06-06T06:47:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:46:29.000Z (14 days ago)
- Last Synced: 2024-10-24T23:53:14.580Z (13 days ago)
- Language: PowerShell
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zed IDE preview windows builds
Here you can find the latest Zed IDE builds for windows. The binary is compiled directly
from the original source code at https://github.com/zed-industries/zed/. None of the original
code is modified. The build script is publically available
[in this repo](https://github.com/geerteltink/zed-windows/blob/main/.github/workflows/nightly.yml).
Everytime a new non-preview tag is pushed to the original repository, a new release is created.If you are having any issues with the editor or find any bugs, please report them
[here](https://github.com/zed-industries/zed/issues).Issues or questions related to the windows builds can be reported or asked
[here](https://github.com/geerteltink/zed-windows/issues).## Requirements
These builds require *Microsoft Visual C++ 2015-2022 Redistributable (x64)* which can be installed
with winget:```powershell
winget install Microsoft.VCRedist+.x64
```## Keeping up with the latest release
I have added a [zed-update.ps1](.\zed-update.ps1) script to download the latest version. Zed IDE
will be downloaded to the same location as the script.## Reporting issues
- Build issues can be reported here: https://github.com/geerteltink/zed-windows/pulls
- IDE issues please report here: https://github.com/zed-industries/zed/issues
- Nightly release are created here: https://github.com/geerteltink/zed-windows/releases