OpenSourcePulse
Open in Telegram
Show more
The country is not specifiedThe category is not specified
3 103
Subscribers
-1824 hours
-697 days
-17430 days
Posts Archive
3 100
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b9294
📅 Released: 2026-05-23 01:49 UTC
📊 Assets: 28 files
📝 What's New:
<details open>
opencl: generalize Adreno MoE kernels on M (#23449)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS Intel...
🔗 [View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 claude-code
🏷 Category: Community Suggested
🔖 Version:
v2.1.149
📅 Released: 2026-05-22 22:09 UTC
📊 Assets: 10 files
📝 What's New:
## What's changed
- /usage now shows a per-category breakdown of what's driving your limits usage — skills, subagents, plugins, and per-MCP-server cost
- /diff detail view can now be scrolled with the keyboard (arrows, j/k, PgUp/PgDn, Space, Home/End)
- Markdown output now renders GFM task list checkboxes (- [ ] todo / - [x] done) instead of plain bullets
- Enterprise: ad...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b9291
📅 Released: 2026-05-22 22:17 UTC
📊 Assets: 28 files
📝 What's New:
<details open>
SYCL: improve MoE prefill throughput (#23142)
- change k_copy_src1_to_contiguous so that uses a precomputed contiguous mapping where all rows "owned" by an expert are in one slice with a know starts and ends
- switch the O(n_as * n_routed_rows) contraption to a counting sort-based procedure with O(n_as + n_routed_rows) complexity
</details>
macOS/iOS:
- macOS Apple...
🔗 [View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b9285
📅 Released: 2026-05-22 19:47 UTC
📊 Assets: 28 files
📝 What's New:
<details open>
cmake : build router app only during standalone builds (#23521)
Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
📥 Download Release3 100
🚀 New Release Alert!
📦 Exclave
🏷 Category: Community Suggested
🔖 Version:
0.17.41
📅 Released: 2026-05-22 17:44 UTC
📊 Assets: 4 files
📝 What's New:
- Fix TUIC and Juicity don't work with server-speaks-first protocols.
- Workaround mieru stuck on close (again).
- Fix the lifecycle of ECH config for TUIC and Juicity.
- Fix proxying DNS.
- Add SSH keepalive.
- Add global and per-profile "OmitMaxDatagramFrameSize" option for Hysteria 2. ^1
- Behavior change: DNS HTTPS query for ECH config now respects "resolve destination (server addre...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 thefeed
🏷 Category: Community Suggested
🔖 Version:
v0.20.0
📅 Released: 2026-05-22 16:41 UTC
📊 Assets: 22 files
📝 What's New:
## Downloads
| Platform | Architecture | Download |
|----------|-------------|----------|
| Linux | amd64 | server-سرور / client-کلاینت |
| Linux | arm64 | server-سرور
📥 Download Release3 100
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b9284
📅 Released: 2026-05-22 15:13 UTC
📊 Assets: 28 files
📝 What's New:
<details open>
vocab : fix HybridDNA tokenizer (#23466)
vocab : mark hybriddna k-mers to avoid BPE token collisions
improved loop
---------
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm...
🔗 [View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 MasterHttpRelayVPN-RUST
🏷 Category: Community Suggested
🔖 Version:
v1.9.34
📅 Released: 2026-05-22 13:15 UTC
📊 Assets: 16 files
📝 What's New:
<div dir="rtl">
• مهاجرت config از JSON به TOML با upgrade خودکار (PR #1317 از @CaptainMirage). فایل canonical برای نسخههای جدید حالا config.toml است و نمونهها، راهنماها، لانچر ویندوز، OpenWRT init، UI و مسیر Android/JNI همگی با TOML هماهنگ شدهاند. اگر کنار برنامه هنوز config.json قدیمی دارید، mhrv-rs آن را میخوان...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 Exclave
🏷 Category: Community Suggested
🔖 Version:
0.17.40
📅 Released: 2026-05-22 11:20 UTC
📊 Assets: 4 files
📝 What's New:
- Fix TUIC and Juicity don't work with server-speaks-first protocols.
- Workaround mieru stuck on close (again).
- Fix the lifecycle of ECH config for TUIC and Juicity.
- Fix proxying DNS.
- Add SSH keepalive.
- Add global and per-profile "OmitMaxDatagramFrameSize" option for Hysteria 2. ^1
- Behavior change: DNS HTTPS query for ECH config now respects "resolve destination (server addre...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 Deno
🏷 Category: Runtime
🔖 Version:
v2.8.0
📅 Released: 2026-05-22 10:51 UTC
📊 Assets: 44 files
📝 What's New:
### 2.8.0 / 2026.05.22
Read more: http://deno.com/blog/v2.8
- feat: accept deno audit fix as alias for deno audit --fix (#34273)
- feat: add --watch flag to deno check (#34224)
- feat: add deno bump-version subcommand (#30562)
- feat: add deno why subcommand (#32908)
- feat: support workspaces in deno bump-version (#33689)
- feat(add/install): default to npm registry for un...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 claude-code
🏷 Category: Community Suggested
🔖 Version:
v2.1.148
📅 Released: 2026-05-22 01:16 UTC
📊 Assets: 10 files
📝 What's New:
## What's changed
- Fixed the Bash tool returning exit code 127 on every command for some users (a regression introduced in 2.1.147)
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b9276
📅 Released: 2026-05-22 00:48 UTC
📊 Assets: 28 files
📝 What's New:
<details open>
server: expose prompt token counts in /slots endpoint (#23454)
Add nprompttokens, nprompttokensprocessed, and nprompttokenscache
to the /slots JSON response. These fields are already tracked internally
but were not exposed, making it impossible for clients to monitor prompt
evaluation progress during processing.
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)...
🔗 [View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b9275
📅 Released: 2026-05-21 22:59 UTC
📊 Assets: 28 files
📝 What's New:
<details open>
metal : optimize concat kernel and fix set kernel threads (#23411)
metal : fix GGML_OP_SET kernel threads
tests : extend testcpy to support different src/dst shapes
Extend testcpy to support different source and destination tensor shapes
for CPY operations (reshaping), where the total number of elements must match.
- Renamed ne -> nesrc, added nedst parameter (defaul...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b9274
📅 Released: 2026-05-21 21:52 UTC
📊 Assets: 28 files
📝 What's New:
<details open>
server : free draft/MTP resources on sleep to fix VRAM leak (#23461)
The destroy() function in servercontextimpl only cleaned up the main
model and context (via llamainit.reset()) but did not free the speculative
decoder (spec), draft context (ctxdft), or draft model (modeldft).
For MTP (Multi-Token Prediction) models, ctxdft holds GPU-allocated
resources (KV cache, comp...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 NestJS
🏷 Category: Backend Framework
🔖 Version:
v11.1.23
📅 Released: 2026-05-21 18:18 UTC
📊 Assets: 0 files
📝 What's New:
## v11.1.23 (2026-05-21)
#### Bug fixes
`core`
https://github.com/nestjs/nest/issues/16998 fix snapshot: true eagerly instantiates Terminus transient indicators since 11.1.20
#### Committers: 1
- Kamil Mysliwiec (@kamilmysliwiec)
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b9267
📅 Released: 2026-05-21 17:18 UTC
📊 Assets: 28 files
📝 What's New:
<details open>
ggml : Check the right iface method before using the fallback 2d get (#23306)
Probably no backends implement only one of 2d get/set, but this
might be annoying for some future backend developer trying to add
2d get/set.
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- ...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 shadcn/ui
🏷 Category: UI Library
🔖 Version:
shadcn@4.8.0
📅 Released: 2026-05-21 13:58 UTC
📊 Assets: 0 files
📝 What's New:
### Minor Changes
- #10715 `51e3cfaf32faeff2589e5c74d81ffd109f509e93` Thanks @shadcn! - add shadcn registry validate command
- #10708 `c8ab3801ecf97c0350ac0234a25e61f19ccaba62`
📥 Download Release3 100
🚀 New Release Alert!
📦 zyrln
🏷 Category: Community Suggested
🔖 Version:
Zyrln v1.6
📅 Released: 2026-05-21 13:01 UTC
📊 Assets: 5 files
📝 What's New:
## What's new in 1.6
### Android
- Fixed a crash when switching between proxy and direct mode
- VPN connect now runs off the main thread so the UI stays responsive
- Improved handling when start/stop is tapped quickly in succession
### Desktop
- Fixed the GUI crashing when config or profiles were missing or incomplete
- Fixed direct mode causing a panic on Linux during TLS fragmentation
- Win...
🔗 View on GitHub
📥 Download Release3 100
🚀 New Release Alert!
📦 NestJS
🏷 Category: Backend Framework
🔖 Version:
📅 Released: 2026-05-21 08:57 UTC
📊 Assets: 0 files
📝 What's New:
## v11.1.22 (2026-05-21)
#### Bug fixes
`core`
#16993 fix(core): inflight request injection bug #16989 (@kamilmysliwiec)
#### Enhancements
`core`
#16967 fix(core): identify decorator type in invalid-class-module error (@HarrierOnChain
📥 Download Release
3 100
🚀 New Release Alert!
📦 Vite
🏷 Category: Build Tool
🔖 Version:
v8.0.14
📅 Released: 2026-05-21 07:15 UTC
📊 Assets: 0 files
📝 What's New:
Please refer to CHANGELOG.md for details.
🔗 View on GitHub
📥 Download Release
Available now! Telegram Research 2025 — the year's key insights 
