OpenSourcePulse
3.18K subscribers
688 photos
695 links
Download Telegram
🚀 New Release Alert!

📦 shirokhorshid-android
🏷 Category: Community Suggested
🔖 Version: ShirOKhorshid 2026.05.24
📅 Released: 2026-05-24 06:19 UTC
📊 Assets: 1 files

📝 What's New:
### Checksums
SHA-256: 9d8c11c6450df689a7632fb02b73fd1a7c524ed26870e21a6c617f1981be4d79
MD5: 14c5acede671ca1ffbd88e5f1d9d3b66


Built from commit a3b91cf5104c256592d276202d3a4e49f96c6ee5


🔗 View on GitHub
📥 Download Release
❤1
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9305
📅 Released: 2026-05-24 11:31 UTC
📊 Assets: 29 files

📝 What's New:
<details open>

cmake : fix ui build (#23592)

cmake/ui : add -fPIC to llama-ui static lib

cmake : rename host compiled embed helper

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
📥 Download Release
🚀 New Release Alert!

📦 NestJS
🏷 Category: Backend Framework
🔖 Version:
📅 Released: 2026-05-25 08:41 UTC
📊 Assets: 0 files

📝 What's New:
## v11.1.24 (2026-05-25)

#### Bug fixes
`core`
#17009 fix(core): reset dependency-tree cache on metadata changes (@puneetdixit200)

#### Enhancements
`core`
#16997 feat(core): warn on late websocket adapter registration (@hbinhng
📥 Download Release
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9311
📅 Released: 2026-05-25 15:55 UTC
📊 Assets: 29 files

📝 What's New:
<details open>

vendor : update cpp-httplib to 0.45.1 (#23639)

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS Intel (x64...

🔗 [View on GitHub

📥 Download Release
❤1
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9313
📅 Released: 2026-05-25 17:12 UTC
📊 Assets: 29 files

📝 What's New:
<details open>

ggml : Parallelize quant LUT init (#23595)

- Use OpenMP to parallelize iq2xsinitimpl and iq3xsinitimpl.
- Move the OpenMP detection from ggml-cpu to ggml-base.
- Update OpenMP dependencies in ggml-config.cmake.in.

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- m...

🔗 [View on GitHub

📥 Download Release
🚀 New Release Alert!

📦 MasterHttpRelayVPN-RUST
🏷 Category: Community Suggested
🔖 Version: v1.9.35
📅 Released: 2026-05-25 18:22 UTC
📊 Assets: 16 files

📝 What's New:
<div dir="rtl">

• پایداری بهتر برای دانلودهای بزرگ و مسیرهای کند exit-node (PR #1346 از @CaptainMirage). درخواست‌های Range و ادامه‌ی دانلود حالا مسیر مقاوم‌تری دارند، timeout دریافت بدنه از timeout اتصال/هدر جدا شده و مقدار جدید stream_timeout_secs به صورت پیش‌فرض 300 ثانیه است تا فایل‌های بزرگ وسط دریافت بی‌دلیل قطع ...

🔗 View on GitHub
📥 Download Release
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9315
📅 Released: 2026-05-25 18:38 UTC
📊 Assets: 29 files

📝 What's New:
<details open>

llama : document that only one on-device state can be saved per sequence (#23520)

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
📥 Download Release
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9318
📅 Released: 2026-05-25 20:25 UTC
📊 Assets: 12 files

📝 What's New:
<details open>

server: MTP layer kv-cache should respect draft type ctk (#23646)

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
...

🔗 View on GitHub
📥 Download Release
❤1
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9326
📅 Released: 2026-05-26 00:32 UTC
📊 Assets: 29 files

📝 What's New:
<details open>

sync : ggml

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS Intel (x64)
📥 Download Release
🚀 New Release Alert!

📦 orbot-android
🏷 Category: Community Suggested
🔖 Version: Orbot for Android v17.9.4 BETA 2 (tor 0.9.4.8)
📅 Released: 2026-05-26 01:44 UTC
📊 Assets: 4 files

📝 What's New:
Orbot 17.9.4 (2.7.0) — Android

This release upgrades the core Tor engine, expands proxy and bridge options, and fixes a few connection bugs.

Updated Tor

- Upgraded to Tor 0.4.9.8, with a refreshed GeoIP database for more accurate country and exit-node selection.

Shadowsocks proxy support

- Added a built-in Shadowsocks (Rust) client, so you can route Tor through a Shado...

🔗 View on GitHub
📥 Download Release
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9330
📅 Released: 2026-05-26 02:48 UTC
📊 Assets: 29 files

📝 What's New:
<details open>

model: tag ffnlatent as MULMAT to fix buft probe (#23664)

ffnlatentdown/up are declared GGMLOPMUL in LLMTENSORINFOS but
nemotron-h feeds them through ggmlmulmat. The loader buft probe asks
the backend about the declared op, so it tested an elementwise MUL on a
q80 weight. That used to return true unconditionally and the weight
stayed on GPU by luck. Once supports
op ...

🔗 View on GitHub
📥 Download Release
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9331
📅 Released: 2026-05-26 05:10 UTC
📊 Assets: 28 files

📝 What's New:
<details open>

ci : reduce PR jobs by matching backend paths (#23675)

ci : disable SYCL f16 builds

ci : extract android and hip into separate workflows

ci : move webgpu to separate workflow

ci : move the rpc to a separate workflow

ci : extract s309x and ppcl jobs

ci : extract opencl job into a separate workflow

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
📥 Download Release
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9333
📅 Released: 2026-05-26 06:12 UTC
📊 Assets: 28 files

📝 What's New:
<details open>

metal : add apple device id (#23566)

Co-authored-by: lvyichen <lvyichen@stepfun.com>

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
📥 Download Release
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9334
📅 Released: 2026-05-26 09:00 UTC
📊 Assets: 28 files

📝 What's New:
<details open>

CUDA: missing PDL sync for FWHT, better fallback (#23690)

</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS...

🔗 [View on GitHub

📥 Download Release
🚀 New Release Alert!

📦 Astro
🏷 Category: Frontend Framework
🔖 Version: @astrojs/language-server@2.16.10
📅 Released: 2026-05-26 14:24 UTC
📊 Assets: 0 files

📝 What's New:
### Patch Changes

- #16827 `90ee151` Thanks @matthewp! - Fixes a crash in the language server and astro check when using TypeScript project references with .vue or .svelte files


🔗 View on GitHub
📥 Download Release
🚀 New Release Alert!

📦 SlipNet
🏷 Category: Community Suggested
🔖 Version: v2.5.5
📅 Released: 2026-05-26 16:16 UTC
📊 Assets: 8 files

📝 What's New:
Full Changelog: https://github.com/anonvector/SlipNet/compare/v2.5.3...v2.5.5

🔗 View on GitHub
📥 Download Release
🚀 New Release Alert!

📦 shadcn/ui
🏷 Category: UI Library
🔖 Version: shadcn@4.8.1
📅 Released: 2026-05-26 18:59 UTC
📊 Assets: 0 files

📝 What's New:
### Patch Changes

- #10779 `df1752dfe092957f84aa467d2270436139e3ecc7` Thanks @shadcn! - add style rhea


🔗 View on GitHub
📥 Download Release
🚀 New Release Alert!

📦 thefeed
🏷 Category: Community Suggested
🔖 Version: v0.21.0
📅 Released: 2026-05-26 19:06 UTC
📊 Assets: 23 files

📝 What's New:
## Downloads

| Platform | Architecture | Download |
|----------|-------------|----------|
| Linux | amd64 | server-سرور / client-کلاینت |
| Linux | arm64 | server-سعوع
📥 Download Release
🚀 New Release Alert!

📦 llama.cpp
🏷 Category: AI
🔖 Version: b9351
📅 Released: 2026-05-26 19:55 UTC
📊 Assets: 22 files

📝 What's New:
<details open>



</details>

macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS Intel (x64)
📥 Download Release
🚀 New Release Alert!

📦 claude-code
🏷 Category: Community Suggested
🔖 Version: v2.1.152
📅 Released: 2026-05-27 01:30 UTC
📊 Assets: 10 files

📝 What's New:
## What's changed

- /code-review --fix now applies review findings to your working tree after the review, surfacing reuse, simplification, and efficiency suggestions; /simplify now invokes /code-review --fix
- Skills and slash commands can now set disallowed-tools in frontmatter to remove tools from the model while the skill is active
- Added /reload-skills command to re-scan skill d...

🔗 View on GitHub
📥 Download Release
🚀 New Release Alert!

📦 Laravel
🏷 Category: Backend Framework
🔖 Version: v13.8.0
📅 Released: 2026-05-27 04:02 UTC
📊 Assets: 0 files

📝 What's New:
[13.x] remove Tailwind `@source` calls that are already covered by default by @browner12 in https://github.com/laravel/laravel/pull/6823
13.x Render JSON exceptions for API routes by default by @LucasCavalheri in https://github.com/laravel/laravel/pull/6824

🔗 View on GitHub
📥 Download Release