zed-windows-builds
Unofficial nightly builds of the Zed editor for Windows
File Explorer
- config.toml
- build-issue.yml
- config.yml
- build.yml
- claude-code-review.yml
- claude.yml
- nightly.yml
- pr-comment-build.yml
- release.yml
- stable.yml
- test-integration.yml
- test.yml
- FUNDING.yml
- 2025-10-31-pr-build-trigger-and-test-fixes-design.md
- 2025-10-31-pr-build-trigger-implementation.md
- check-releases.sh
- Parse-Rustflags.ps1
- prepare-release.sh
- README.md
- test-prepare-release.sh
- .actrc
- .gitignore
- .mise.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
scoop bucket
View Details ▼
scoop bucket
Manage buckets: Git repositories containing files which describe how scoop installs applications.
If Scoop doesn't know where the bucket is located its repository location must be specified.
scoop bucket list
List all buckets currently in use:
scoop bucket known
List all known buckets:
scoop bucket add {{name}}
Add a known bucket by its name:
scoop
View Details ▼
scoop
The Scoop package manager.
Some subcommands such as `bucket` have their own usage documentation.
scoop install {{package}}
Install a package:
scoop uninstall {{package}}
Remove a package:
scoop update --all
Update all installed packages:
