π New Release Alert!
π¦ Vite
π· Category: Build Tool
π Version:
π Released: 2026-06-01 10:16 UTC
π Assets: 0 files
π What's New:
Please refer to CHANGELOG.md for details.
π View on GitHub
π₯ Download Release
π¦ Vite
π· Category: Build Tool
π Version:
v7.3.5π Released: 2026-06-01 10:16 UTC
π Assets: 0 files
π What's New:
Please refer to CHANGELOG.md for details.
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ shadcn/ui
π· Category: UI Library
π Version:
π Released: 2026-06-01 10:59 UTC
π Assets: 0 files
π What's New:
### Minor Changes
- #10842 `7c63c467361dee9e20631b2999040912439b35d4` Thanks @shadcn! - add support for GitHub registries. See the docs.
π View on GitHub
π₯ Download Release
π¦ shadcn/ui
π· Category: UI Library
π Version:
shadcn@4.10.0π Released: 2026-06-01 10:59 UTC
π Assets: 0 files
π What's New:
### Minor Changes
- #10842 `7c63c467361dee9e20631b2999040912439b35d4` Thanks @shadcn! - add support for GitHub registries. See the docs.
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ Vite
π· Category: Build Tool
π Version:
π Released: 2026-06-01 09:50 UTC
π Assets: 0 files
π What's New:
Please refer to CHANGELOG.md for details.
π View on GitHub
π₯ Download Release
π¦ Vite
π· Category: Build Tool
π Version:
v8.0.16π Released: 2026-06-01 09:50 UTC
π Assets: 0 files
π What's New:
Please refer to CHANGELOG.md for details.
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-01 13:13 UTC
π Assets: 21 files
π What's New:
<details open>
vulkan: Removed unused functions (#23175)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
- macOS Intel (x64)
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9451π Released: 2026-06-01 13:13 UTC
π Assets: 21 files
π What's New:
<details open>
vulkan: Removed unused functions (#23175)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
- macOS Intel (x64)
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-01 14:56 UTC
π Assets: 21 files
π What's New:
<details open>
model: Add EXAONE 4.5 implementations (#21733)
Add EXAONE 4.5 and Add GQA for MMproj
mtmd: EXAONE 4.5 vision markers and projector path
EXAONE 4.5 uses <vision> and </vision> for image boundaries; Qwen keeps
<|visionstart|> and <|visionend|>.
Route EXAONE 4.5 through the Qwen2.5-VL-style encode path (window attention
pattern, optional mmproj input norm). Update exaone4...
π View on GitHub
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9453π Released: 2026-06-01 14:56 UTC
π Assets: 21 files
π What's New:
<details open>
model: Add EXAONE 4.5 implementations (#21733)
Add EXAONE 4.5 and Add GQA for MMproj
mtmd: EXAONE 4.5 vision markers and projector path
EXAONE 4.5 uses <vision> and </vision> for image boundaries; Qwen keeps
<|visionstart|> and <|visionend|>.
Route EXAONE 4.5 through the Qwen2.5-VL-style encode path (window attention
pattern, optional mmproj input norm). Update exaone4...
π View on GitHub
π₯ Download Release
β€1
π New Release Alert!
π¦ React
π· Category: Frontend Framework
π Version:
π Released: 2026-06-01 18:04 UTC
π Assets: 0 files
π What's New:
## React Server Components
- Fixed missing
(#36566 by @unstubbable)
π View on GitHub
π₯ Download Release
π¦ React
π· Category: Frontend Framework
π Version:
19.2.7 (June 1st, 2026)π Released: 2026-06-01 18:04 UTC
π Assets: 0 files
π What's New:
## React Server Components
- Fixed missing
FormData entries in Server Actions which regressed in 19.2.6(#36566 by @unstubbable)
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-01 18:06 UTC
π Assets: 21 files
π What's New:
<details open>
vulkan: reduce host memory lock contention (#23376)
vulkan: reduces lock contention
replace uniquelock with lockguard
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9457π Released: 2026-06-01 18:06 UTC
π Assets: 21 files
π What's New:
<details open>
vulkan: reduce host memory lock contention (#23376)
vulkan: reduces lock contention
replace uniquelock with lockguard
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-01 18:58 UTC
π Assets: 21 files
π What's New:
<details open>
metal: template GLU kernels to support f16/f32 (#23882)
Drops the hardcoded f32 GLU kernels in favor of a single template. We now load/store in the native tensor type (half or float) to save memory bandwidth, but keep the actual ALU compute in float to avoid exploding math in geglu/swiglu. Also opened up the dispatch gate to allow f16 inputs.
</details>
macOS/iOS:
- macO...
π [View on GitHub
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9459π Released: 2026-06-01 18:58 UTC
π Assets: 21 files
π What's New:
<details open>
metal: template GLU kernels to support f16/f32 (#23882)
Drops the hardcoded f32 GLU kernels in favor of a single template. We now load/store in the native tensor type (half or float) to save memory bandwidth, but keep the actual ALU compute in float to avoid exploding math in geglu/swiglu. Also opened up the dispatch gate to allow f16 inputs.
</details>
macOS/iOS:
- macO...
π [View on GitHub
π₯ Download Release
π New Release Alert!
π¦ Ollama
π· Category: AI
π Version:
π Released: 2026-05-13 14:32 UTC
π Assets: 17 files
π What's New:
Ollama 0.30 is now available, with improved compatibility and performance using llama.cpp. This augments the MLX engine on Apple Silicon, bringing support to a wider range of hardware.
This release brings support for a wider range of models, including GGUF-based models from Hugging Face and your own fine-tuned models along with faster performance on N...
π View on GitHub
π₯ Download Release
π¦ Ollama
π· Category: AI
π Version:
v0.30.0π Released: 2026-05-13 14:32 UTC
π Assets: 17 files
π What's New:
Ollama 0.30 is now available, with improved compatibility and performance using llama.cpp. This augments the MLX engine on Apple Silicon, bringing support to a wider range of hardware.
This release brings support for a wider range of models, including GGUF-based models from Hugging Face and your own fine-tuned models along with faster performance on N...
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ claude-code
π· Category: Community Suggested
π Version:
π Released: 2026-06-02 02:10 UTC
π Assets: 10 files
π What's New:
## What's changed
- Added a prompt before writing to shell startup files (
-
- Edi...
π View on GitHub
π₯ Download Release
π¦ claude-code
π· Category: Community Suggested
π Version:
v2.1.160π Released: 2026-06-02 02:10 UTC
π Assets: 10 files
π What's New:
## What's changed
- Added a prompt before writing to shell startup files (
.zshenv, .zlogin, .bash_login) and ~/.config/git/, which could otherwise lead to unintended command execution-
acceptEdits mode now prompts before writing build-tool config files that grant code execution (.npmrc, .yarnrc*, bunfig.toml, .bazelrc, .pre-commit-config.yaml, .devcontainer/, etc.)- Edi...
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-02 02:42 UTC
π Assets: 21 files
π What's New:
<details open>
opencl: fix compiler warnings for non-adreno path (#23922)
opencl: fix compiler warnings for non-adreno path
opencl: fix const cast warning
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9466π Released: 2026-06-02 02:42 UTC
π Assets: 21 files
π What's New:
<details open>
opencl: fix compiler warnings for non-adreno path (#23922)
opencl: fix compiler warnings for non-adreno path
opencl: fix const cast warning
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-02 03:30 UTC
π Assets: 21 files
π What's New:
<details open>
clean up unused variables warnings (#23975)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
- macOS Intel (x64)
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9467π Released: 2026-06-02 03:30 UTC
π Assets: 21 files
π What's New:
<details open>
clean up unused variables warnings (#23975)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
- macOS Intel (x64)
π₯ Download Release
π New Release Alert!
π¦ v2rayNG
π· Category: Community Suggested
π Version:
π Released: 2026-06-01 08:08 UTC
π Assets: 10 files
π What's New:
### ζ¬ζ¬‘ζ΄ζ°
- ε° target SDK ηζ¬ζεθ³ 37 (Android 17)
- θ·―η±δΈηεΊη«ζ―ζηη₯η»
- ζ·»ε εδΊ«ζ₯εΏ https://github.com/2dust/v2rayNG/pull/5682
- η§»ι€ allowInsecure ι¦ιι‘ΉοΌθ―₯ιι‘Ήε·²θ’«εΌη¨οΌθ―·δ½Ώη¨θ―δΉ¦ζηΊΉ pinnedPeerCertSha256
- Xray-core v26.6.1
π View on GitHub
π₯ Download Release
π¦ v2rayNG
π· Category: Community Suggested
π Version:
π Released: 2026-06-01 08:08 UTC
π Assets: 10 files
π What's New:
### ζ¬ζ¬‘ζ΄ζ°
- ε° target SDK ηζ¬ζεθ³ 37 (Android 17)
- θ·―η±δΈηεΊη«ζ―ζηη₯η»
- ζ·»ε εδΊ«ζ₯εΏ https://github.com/2dust/v2rayNG/pull/5682
- η§»ι€ allowInsecure ι¦ιι‘ΉοΌθ―₯ιι‘Ήε·²θ’«εΌη¨οΌθ―·δ½Ώη¨θ―δΉ¦ζηΊΉ pinnedPeerCertSha256
- Xray-core v26.6.1
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-02 10:20 UTC
π Assets: 21 files
π What's New:
<details open>
llama : deprecate
llama : deprecate `llama_set_warmup`
cont : fix type
Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
---------
Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9471π Released: 2026-06-02 10:20 UTC
π Assets: 21 files
π What's New:
<details open>
llama : deprecate
llama_set_warmup (#24009)llama : deprecate `llama_set_warmup`
cont : fix type
Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
---------
Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-02 13:01 UTC
π Assets: 21 files
π What's New:
<details open>
server: add SSE ping interval (#24013)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
- macOS Intel (x64)
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9478π Released: 2026-06-02 13:01 UTC
π Assets: 21 files
π What's New:
<details open>
server: add SSE ping interval (#24013)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
- macOS Intel (x64)
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-02 14:20 UTC
π Assets: 21 files
π What's New:
<details open>
common : fix state save in commonpromptbatchdecode (#23468)
* common : fix state save in commonpromptbatchdecode
This commit addresses a bug in commonpromptbatchdecode that affects
the session state store/restore in completion.cpp and
save-load-state.cpp.
The motivation for this is that currently the code is saving n-1 tokens
in both the sessiontokens and in the KV ...
π View on GitHub
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9479π Released: 2026-06-02 14:20 UTC
π Assets: 21 files
π What's New:
<details open>
common : fix state save in commonpromptbatchdecode (#23468)
* common : fix state save in commonpromptbatchdecode
This commit addresses a bug in commonpromptbatchdecode that affects
the session state store/restore in completion.cpp and
save-load-state.cpp.
The motivation for this is that currently the code is saving n-1 tokens
in both the sessiontokens and in the KV ...
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ Astro
π· Category: Frontend Framework
π Version:
π Released: 2026-06-02 15:20 UTC
π Assets: 0 files
π What's New:
### Patch Changes
- #16922 `7dce185` Thanks @astrobot-houston! - Fixes prerendered pages returning 404 when using
Previo...
π View on GitHub
π₯ Download Release
π¦ Astro
π· Category: Frontend Framework
π Version:
@astrojs/node@10.1.3π Released: 2026-06-02 15:20 UTC
π Assets: 0 files
π What's New:
### Patch Changes
- #16922 `7dce185` Thanks @astrobot-houston! - Fixes prerendered pages returning 404 when using
build.format: 'file' or build.format: 'preserve' with the Node adapter in standalone mode.Previo...
π View on GitHub
π₯ Download Release
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-02 16:23 UTC
π Assets: 21 files
π What's New:
<details open>
StepFun 3.5 MTP (#23274)
StepFun 3.5 MTP
Simplify to single layer
Rollback core changes
fix flake8 errors
Remove scripts
modify to convention
Apply suggestions from code review
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
dos2unix
---------
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
</details>
macOS/iOS:
- m...
π [View on GitHub
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9480π Released: 2026-06-02 16:23 UTC
π Assets: 21 files
π What's New:
<details open>
StepFun 3.5 MTP (#23274)
StepFun 3.5 MTP
Simplify to single layer
Rollback core changes
fix flake8 errors
Remove scripts
modify to convention
Apply suggestions from code review
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
dos2unix
---------
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
</details>
macOS/iOS:
- m...
π [View on GitHub
π₯ Download Release
π New Release Alert!
π¦ thefeed
π· Category: Community Suggested
π Version:
π Released: 2026-06-02 20:06 UTC
π Assets: 23 files
π What's New:
## Downloads
| Platform | Architecture | Download |
|----------|-------------|----------|
| Linux | amd64 | server-Ψ³Ψ±ΩΨ± / client-Ϊ©ΩΨ§ΫΩΨͺ |
| Linux | arm64 | server-Ψ³Ψ±ΩΨ±
π₯ Download Release
π¦ thefeed
π· Category: Community Suggested
π Version:
v0.22.0π Released: 2026-06-02 20:06 UTC
π Assets: 23 files
π What's New:
## Downloads
| Platform | Architecture | Download |
|----------|-------------|----------|
| Linux | amd64 | server-Ψ³Ψ±ΩΨ± / client-Ϊ©ΩΨ§ΫΩΨͺ |
| Linux | arm64 | server-Ψ³Ψ±ΩΨ±
π₯ Download Release
β€1
π New Release Alert!
π¦ llama.cpp
π· Category: AI
π Version:
π Released: 2026-06-02 22:00 UTC
π Assets: 21 files
π What's New:
<details open>
opencl: use flat variants of q4K and q6K gemv for very large M (#24006)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
- macOS Intel (x64)
π₯ Download Release
π¦ llama.cpp
π· Category: AI
π Version:
b9484π Released: 2026-06-02 22:00 UTC
π Assets: 21 files
π What's New:
<details open>
opencl: use flat variants of q4K and q6K gemv for very large M (#24006)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED
- macOS Intel (x64)
π₯ Download Release
β€1
π New Release Alert!
π¦ claude-code
π· Category: Community Suggested
π Version:
π Released: 2026-06-02 21:58 UTC
π Assets: 10 files
π What's New:
## What's changed
-
-
-
π View on GitHub
π₯ Download Release
π¦ claude-code
π· Category: Community Suggested
π Version:
v2.1.161π Released: 2026-06-02 21:58 UTC
π Assets: 10 files
π What's New:
## What's changed
-
OTEL_RESOURCE_ATTRIBUTES values are now included as labels on metric datapoints, so you can slice usage metrics by custom dimensions like team or repo-
claude agents rows now show done/total before the detail when work is fanned out; peek shows the longest-running item-
/mcp now collapses claude.ai connectors you've never signed in to behind a "Show unused connect...π View on GitHub
π₯ Download Release
β€1