TrueCharts Bot ad01d8fcbd chore(helm): update image docker.io/localai/localai v2.23.0 → v2.24.2 (#30213)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `8d9ec4a` -> `d851da8` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `32dbe96` -> `49941bd` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `5996df0` -> `f2dae33` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `7b33b5b` -> `c5ff9f0` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `4509f12` -> `a6863af` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `7ed0d65` -> `d5f6b95` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `1c34ca0` -> `73010f9` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `93ec9cb` -> `56adad1` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `eb0ce8c` -> `495aa2b` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

###
[`v2.24.2`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.2)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v2.24.1...v2.24.2)

##### What's Changed

##### 👒 Dependencies

- chore: ⬆️ Update ggerganov/llama.cpp to
`26a8406ba9198eb6fdd8329fa717555b4f77f05f` by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4358](https://redirect.github.com/mudler/LocalAI/pull/4358)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.24.1...v2.24.2

###
[`v2.24.1`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.1)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v2.24.0...v2.24.1)

<!-- Release notes generated using configuration in .github/release.yml
at release/v2.24.1 -->

This is a patch release to fix
[https://github.com/mudler/LocalAI/issues/4334](https://redirect.github.com/mudler/LocalAI/issues/4334)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.24.0...v2.24.1

###
[`v2.24.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.0)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v2.23.0...v2.24.0)

##### LocalAI release v2.24.0!


![b642257566578](https://redirect.github.com/user-attachments/assets/eb3bccbc-bd6a-46c3-949e-efc9b4ff1e90)

##### 🚀 Highlights

- **Backend deprecation**: We’ve removed `rwkv.cpp` and `bert.cpp`,
replacing them with enhanced functionalities in `llama.cpp` for simpler
installation and better performance.
- **New Backends Added**: Introducing `bark.cpp` for text-to-audio and
`stablediffusion.cpp` for image generation, both powered by the ggml
framework.
- **Voice Activity Detection (VAD)**: Added support for `silero-vad` to
detect speech in audio streams.
- **WebUI Improvements**: Now supports API key authentication for
enhanced security.
- **Real-Time Token Usage**: Monitor token consumption during streamed
outputs.
- **Expanded P2P Settings**: Greater flexibility with new configuration
options like `listen_maddrs`, `dht_announce_maddrs`, and
`bootstrap_peers`.

##### 📤 Backends Deprecation

As part of our cleanup efforts, the `rwkv.cpp` and `bert.cpp` backends
have been deprecated. Their functionalities are now integrated into
`llama.cpp`, offering a more streamlined and efficient experience.

##### 🆕 New Backends Introduced

- **`bark.cpp` Backend**: Transform text into realistic audio using
Bark, a transformer-based text-to-audio model. Install it easily with:
    ```bash
    local-ai models install bark-cpp-small
    ```
    Or start it directly:
    ```bash
    local-ai run bark-cpp-small
    ```

- **`stablediffusion.cpp` Backend**: Create high-quality images from
textual descriptions using the Stable Diffusion backend, now leveraging
the ggml framework.

- **Voice Activity Detection with `silero-vad`**: Introducing support
for accurate speech segment detection in audio streams. Install via:
    ```bash
    local-ai models install silero-vad
    ```

Or configure it through the WebUI.

##### 🔒 WebUI Access with API Keys

The WebUI now supports API key authentication. If one or more API Keys
are configured, the WebUI will automatically display a page to
authenticate with.

##### 🏆 Enhancements and Features

- **Real-Time Token Usage**: Monitor token consumption dynamically
during streamed outputs. This feature helps optimize performance and
manage costs effectively.
-   **P2P Configuration**: New settings for advanced peer-to-peer mode:
    -   `listen_maddrs`: Define specific multiaddresses for your node.
- `dht_announce_maddrs`: Specify addresses to announce to the DHT
network.
- `bootstrap_peers`: Set custom bootstrap peers for initial
connectivity.
These options offer more control, especially in constrained networks or
custom P2P environments.

##### 🖼️ New Models in the Gallery

We've significantly expanded our model gallery with a variety of new
models to cater to diverse AI applications. Among these:

- Calme-3 Qwen2.5 Series: Enhanced language models offering improved
understanding and generation capabilities.
- Mistral-Nemo-Prism-12b: A powerful model designed for complex language
tasks.
- Llama 3.1 and 3.2 Series: Upgraded versions of the Llama models with
better performance and accuracy.
- Qwen2.5-Coder Series: Specialized models optimized for code generation
and programming language understanding.
- Rombos-Coder Series: Advanced coder models for sophisticated
code-related tasks.
- Silero-VAD: High-quality voice activity detection model for audio
processing applications.
- Bark-Cpp-Small: Lightweight audio generation model suitable for quick
and efficient audio synthesis.

Explore these models and more in our updated [model
gallery](https://models.localai.io) to find the perfect fit for your
project needs.

##### 🐞 Bug Fixes and Improvements

- Performance Enhancements: Resolved issues with AVX flags and optimized
binaries for accelerated performance, especially on macOS systems.
- Dependency Updates: Upgraded various dependencies to ensure
compatibility, security, and performance improvements across the board.
- Parsing Corrections: Fixed parsing issues related to maddr and
ExtraLLamaCPPArgs in P2P configurations.

##### 📚 Documentation and Examples

- Updated Guides: Refreshed documentation with new configuration
examples, making it easier to get started and integrate the latest
features.

##### 📥 How to Upgrade

To upgrade to LocalAI v2.24.0:

- Download the Latest Release: Get the binaries from our [GitHub
Releases](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.0)
page.
-   Update Docker Image: Pull the latest Docker image using:

<!---->

    docker pull localai/localai:latest

See also the Documentation at:
https://localai.io/basics/container/#standard-container-images

Happy hacking!

##### What's Changed

##### Breaking Changes 🛠

- feat(models): use rwkv from llama.cpp by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4264](https://redirect.github.com/mudler/LocalAI/pull/4264)
- feat(backends): Drop bert.cpp by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4272](https://redirect.github.com/mudler/LocalAI/pull/4272)

##### Bug fixes 🐛

- fix(hipblas): disable avx flags when accellerated bins are used by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4167](https://redirect.github.com/mudler/LocalAI/pull/4167)
- chore(deps): bump sycl intel image by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4201](https://redirect.github.com/mudler/LocalAI/pull/4201)
- fix(go.mod): add urfave/cli v2 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4206](https://redirect.github.com/mudler/LocalAI/pull/4206)
- chore(go.mod): add valyala/fasttemplate by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4207](https://redirect.github.com/mudler/LocalAI/pull/4207)
- fix(p2p): parse maddr correctly by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4219](https://redirect.github.com/mudler/LocalAI/pull/4219)
- fix(p2p): parse correctly ExtraLLamaCPPArgs by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4220](https://redirect.github.com/mudler/LocalAI/pull/4220)
- fix(llama.cpp): embed metal file into result binary for darwin by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4279](https://redirect.github.com/mudler/LocalAI/pull/4279)

##### Exciting New Features 🎉

- feat: add WebUI API token authorization by
[@&#8203;mintyleaf](https://redirect.github.com/mintyleaf) in
[https://github.com/mudler/LocalAI/pull/4197](https://redirect.github.com/mudler/LocalAI/pull/4197)
- feat(p2p): add support for configuration of edgevpn listen_maddrs,
dht_announce_maddrs and bootstrap_peers by
[@&#8203;mintyleaf](https://redirect.github.com/mintyleaf) in
[https://github.com/mudler/LocalAI/pull/4200](https://redirect.github.com/mudler/LocalAI/pull/4200)
- feat(silero): add Silero-vad backend by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4204](https://redirect.github.com/mudler/LocalAI/pull/4204)
- feat: include tokens usage for streamed output by
[@&#8203;mintyleaf](https://redirect.github.com/mintyleaf) in
[https://github.com/mudler/LocalAI/pull/4282](https://redirect.github.com/mudler/LocalAI/pull/4282)
- feat(bark-cpp): add new bark.cpp backend by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4287](https://redirect.github.com/mudler/LocalAI/pull/4287)
- feat(backend): add stablediffusion-ggml by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4289](https://redirect.github.com/mudler/LocalAI/pull/4289)

##### 🧠 Models

- models(gallery): add calme-3 qwen2.5 series by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4107](https://redirect.github.com/mudler/LocalAI/pull/4107)
- models(gallery): add calme-3 qwenloi series by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4108](https://redirect.github.com/mudler/LocalAI/pull/4108)
- models(gallery): add calme-3 llamaloi series by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4109](https://redirect.github.com/mudler/LocalAI/pull/4109)
- models(gallery): add mn-tiramisu-12b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4110](https://redirect.github.com/mudler/LocalAI/pull/4110)
- models(gallery): add qwen2.5-coder-14b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4125](https://redirect.github.com/mudler/LocalAI/pull/4125)
- models(gallery): add qwen2.5-coder-3b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4126](https://redirect.github.com/mudler/LocalAI/pull/4126)
- models(gallery): add qwen2.5-coder-32b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4127](https://redirect.github.com/mudler/LocalAI/pull/4127)
- models(gallery): add qwen2.5-coder-14b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4128](https://redirect.github.com/mudler/LocalAI/pull/4128)
- models(gallery): add qwen2.5-coder-1.5b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4129](https://redirect.github.com/mudler/LocalAI/pull/4129)
- models(gallery): add qwen2.5-coder-7b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4130](https://redirect.github.com/mudler/LocalAI/pull/4130)
- models(gallery): add qwen2.5-coder-7b-3x-instruct-ties-v1.2-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4131](https://redirect.github.com/mudler/LocalAI/pull/4131)
- models(gallery): add qwen2.5-coder-7b-instruct-abliterated-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4132](https://redirect.github.com/mudler/LocalAI/pull/4132)
- models(gallery): add rombos-coder-v2.5-qwen-7b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4133](https://redirect.github.com/mudler/LocalAI/pull/4133)
- models(gallery): add rombos-coder-v2.5-qwen-32b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4134](https://redirect.github.com/mudler/LocalAI/pull/4134)
- models(gallery): add rombos-coder-v2.5-qwen-14b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4135](https://redirect.github.com/mudler/LocalAI/pull/4135)
- models(gallery): add eva-qwen2.5-72b-v0.1-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4136](https://redirect.github.com/mudler/LocalAI/pull/4136)
- models(gallery): add mistral-nemo-prism-12b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4141](https://redirect.github.com/mudler/LocalAI/pull/4141)
- models(gallery): add tess-3-llama-3.1-70b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4143](https://redirect.github.com/mudler/LocalAI/pull/4143)
- models(gallery): add celestial-harmony-14b-v1.0-experimental-1016-i1
by [@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4145](https://redirect.github.com/mudler/LocalAI/pull/4145)
- models(gallery): add llama3.1-8b-enigma by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4146](https://redirect.github.com/mudler/LocalAI/pull/4146)
- chore(model): add llama3.1-8b-cobalt to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4147](https://redirect.github.com/mudler/LocalAI/pull/4147)
- chore(model): add qwen2.5-32b-arliai-rpmax-v1.3 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4148](https://redirect.github.com/mudler/LocalAI/pull/4148)
- chore(model): add llama3.2-3b-enigma to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4149](https://redirect.github.com/mudler/LocalAI/pull/4149)
- chore(model): add llama-3.1-8b-arliai-rpmax-v1.3 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4150](https://redirect.github.com/mudler/LocalAI/pull/4150)
- chore(model): add magnum-12b-v2.5-kto-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4151](https://redirect.github.com/mudler/LocalAI/pull/4151)
- chore(model): add l3.1-8b-slush-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4152](https://redirect.github.com/mudler/LocalAI/pull/4152)
- models(gallery): add q2.5-ms-mistoria-72b-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4158](https://redirect.github.com/mudler/LocalAI/pull/4158)
- chore(model): add l3.1-ms-astoria-70b-v2 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4159](https://redirect.github.com/mudler/LocalAI/pull/4159)
- chore(model): add magnum-v2-4b-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4160](https://redirect.github.com/mudler/LocalAI/pull/4160)
- chore(model): add athene-v2-agent to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4161](https://redirect.github.com/mudler/LocalAI/pull/4161)
- chore(model): add athene-v2-chat to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4162](https://redirect.github.com/mudler/LocalAI/pull/4162)
- chore(model-gallery): ⬆️ update checksum by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4165](https://redirect.github.com/mudler/LocalAI/pull/4165)
- chore(model): add qwen2.5-7b-nerd-uncensored-v1.7 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4171](https://redirect.github.com/mudler/LocalAI/pull/4171)
- chore(model): add llama3.2-3b-shiningvaliant2-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4174](https://redirect.github.com/mudler/LocalAI/pull/4174)
- chore(model): add l3.1-nemotron-sunfall-v0.7.0-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4175](https://redirect.github.com/mudler/LocalAI/pull/4175)
- chore(model): add evathene-v1.0 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4176](https://redirect.github.com/mudler/LocalAI/pull/4176)
- chore(model): add miniclaus-qw1.5b-unamgs to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4177](https://redirect.github.com/mudler/LocalAI/pull/4177)
- chore(model): add silero-vad to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4210](https://redirect.github.com/mudler/LocalAI/pull/4210)
- models(gallery): add llama-mesh by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4222](https://redirect.github.com/mudler/LocalAI/pull/4222)
- chore(model): add llama-doctor-3.2-3b-instruct to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4223](https://redirect.github.com/mudler/LocalAI/pull/4223)
- chore(model): add copus-2x8b-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4225](https://redirect.github.com/mudler/LocalAI/pull/4225)
- chore(model): add llama-3.1-8b-instruct-ortho-v3 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4226](https://redirect.github.com/mudler/LocalAI/pull/4226)
- chore(model): add llama-3.1-tulu-3-8b-dpo to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4228](https://redirect.github.com/mudler/LocalAI/pull/4228)
- chore(model): add marco-o1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4229](https://redirect.github.com/mudler/LocalAI/pull/4229)
- chore(model): add onellm-doey-v1-llama-3.2-3b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4230](https://redirect.github.com/mudler/LocalAI/pull/4230)
- chore(model): add llama-sentient-3.2-3b-instruct to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4235](https://redirect.github.com/mudler/LocalAI/pull/4235)
- chore(model): add qwen2.5-3b-smart-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4236](https://redirect.github.com/mudler/LocalAI/pull/4236)
- chore(model): add l3.1-aspire-heart-matrix-8b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4237](https://redirect.github.com/mudler/LocalAI/pull/4237)
- chore(model): add dark-chivalry_v1.0-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4242](https://redirect.github.com/mudler/LocalAI/pull/4242)
- chore(model): add qwen2.5-coder-32b-instruct-uncensored-i1 to the
gallery by [@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4241](https://redirect.github.com/mudler/LocalAI/pull/4241)
- chore(model): add tulu-3.1-8b-supernova-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4243](https://redirect.github.com/mudler/LocalAI/pull/4243)
- chore(model): add steyrcannon-0.2-qwen2.5-72b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4244](https://redirect.github.com/mudler/LocalAI/pull/4244)
- chore(model-gallery): ⬆️ update checksum by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4261](https://redirect.github.com/mudler/LocalAI/pull/4261)
- chore(model): add llama-3.1\_openscholar-8b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4262](https://redirect.github.com/mudler/LocalAI/pull/4262)
- chore(model): add rwkv-6-world-7b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4270](https://redirect.github.com/mudler/LocalAI/pull/4270)
- chore(model): add q2.5-ms-mistoria-72b-v2 model config by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4275](https://redirect.github.com/mudler/LocalAI/pull/4275)
- chore(model): add llama-3.1-tulu-3-70b-dpo model config by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4276](https://redirect.github.com/mudler/LocalAI/pull/4276)
- chore(model): add llama-3.1-tulu-3-8b-sft to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4277](https://redirect.github.com/mudler/LocalAI/pull/4277)
- chore(model): add eva-qwen2.5-72b-v0.2 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4278](https://redirect.github.com/mudler/LocalAI/pull/4278)
- fix(rwkv model): add stoptoken by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4283](https://redirect.github.com/mudler/LocalAI/pull/4283)
- chore(model gallery): add qwq-32b-preview by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4284](https://redirect.github.com/mudler/LocalAI/pull/4284)
- chore(model gallery): add llama-smoltalk-3.2-1b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4285](https://redirect.github.com/mudler/LocalAI/pull/4285)
- chore(model gallery): add q2.5-32b-slush-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4292](https://redirect.github.com/mudler/LocalAI/pull/4292)
- chore(model gallery): add freyja-v4.95-maldv-7b-non-fiction-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4293](https://redirect.github.com/mudler/LocalAI/pull/4293)
- chore(model gallery): add qwestion-24b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4294](https://redirect.github.com/mudler/LocalAI/pull/4294)
- chore(model gallery): add volare-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4296](https://redirect.github.com/mudler/LocalAI/pull/4296)
- chore(model gallery): add skywork-o1-open-llama-3.1-8b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4297](https://redirect.github.com/mudler/LocalAI/pull/4297)
- chore(model gallery): add teleut-7b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4298](https://redirect.github.com/mudler/LocalAI/pull/4298)
- chore(model gallery): add sparse-llama-3.1-8b-2of4 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4309](https://redirect.github.com/mudler/LocalAI/pull/4309)
- chore(model gallery): add qwen2.5-7b-homercreative-mix by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4310](https://redirect.github.com/mudler/LocalAI/pull/4310)
- chore(model gallery): add bggpt-gemma-2-2.6b-it-v1.0 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4311](https://redirect.github.com/mudler/LocalAI/pull/4311)
- chore(model gallery): add cybercore-qwen-2.1-7b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4314](https://redirect.github.com/mudler/LocalAI/pull/4314)
- chore(model gallery): add chatty-harry_v3.0 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4315](https://redirect.github.com/mudler/LocalAI/pull/4315)
- chore(model gallery): add homercreativeanvita-mix-qw7b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4316](https://redirect.github.com/mudler/LocalAI/pull/4316)
- chore(model gallery): add flux.1-dev-ggml by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4317](https://redirect.github.com/mudler/LocalAI/pull/4317)
- chore(model gallery): add bark-cpp-small by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4318](https://redirect.github.com/mudler/LocalAI/pull/4318)

##### 📖 Documentation and examples

- docs: ⬆️ update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4105](https://redirect.github.com/mudler/LocalAI/pull/4105)
- fix:
[#&#8203;4215](https://redirect.github.com/mudler/LocalAI/issues/4215)
404 in documentation due to migrated configuration examples by
[@&#8203;rmmonster](https://redirect.github.com/rmmonster) in
[https://github.com/mudler/LocalAI/pull/4216](https://redirect.github.com/mudler/LocalAI/pull/4216)
- chore(docs): integrating LocalAI with Microsoft Word by
[@&#8203;GPTLocalhost](https://redirect.github.com/GPTLocalhost) in
[https://github.com/mudler/LocalAI/pull/4218](https://redirect.github.com/mudler/LocalAI/pull/4218)
- add new community integrations by
[@&#8203;JackBekket](https://redirect.github.com/JackBekket) in
[https://github.com/mudler/LocalAI/pull/4224](https://redirect.github.com/mudler/LocalAI/pull/4224)

##### 👒 Dependencies

- chore: ⬆️ Update ggerganov/llama.cpp to
`4b3a9212b602be3d4e2e3ca26efd796cef13c55e` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4106](https://redirect.github.com/mudler/LocalAI/pull/4106)
- chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in
/backend/python/transformers by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4117](https://redirect.github.com/mudler/LocalAI/pull/4117)
- Revert "chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in
/backend/python/transformers" by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4123](https://redirect.github.com/mudler/LocalAI/pull/4123)
- chore(deps): Bump dcarbone/install-yq-action from 1.1.1 to 1.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4114](https://redirect.github.com/mudler/LocalAI/pull/4114)
- chore(deps): Bump sentence-transformers from 3.2.0 to 3.3.0 in
/backend/python/sentencetransformers by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4120](https://redirect.github.com/mudler/LocalAI/pull/4120)
- chore: ⬆️ Update ggerganov/llama.cpp to
`54ef9cfc726a799e6f454ac22c4815d037716eda` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4122](https://redirect.github.com/mudler/LocalAI/pull/4122)
- chore: ⬆️ Update ggerganov/whisper.cpp to
`f19463ece2d43fd0b605dc513d8800eeb4e2315e` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4139](https://redirect.github.com/mudler/LocalAI/pull/4139)
- chore: ⬆️ Update ggerganov/llama.cpp to
`fb4a0ec0833c71cff5a1a367ba375447ce6106eb` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4140](https://redirect.github.com/mudler/LocalAI/pull/4140)
- chore(deps): bump llama-cpp to
[`ae8de6d`](https://redirect.github.com/mudler/LocalAI/commit/ae8de6d50a09d49545e0afab2e50cc4acfb280e2)
by [@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4157](https://redirect.github.com/mudler/LocalAI/pull/4157)
- chore: ⬆️ Update ggerganov/llama.cpp to
`883d206fbd2c5b2b9b589a9328503b9005e146c9` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4164](https://redirect.github.com/mudler/LocalAI/pull/4164)
- chore(deps): bump grpcio to 1.68.0 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4166](https://redirect.github.com/mudler/LocalAI/pull/4166)
- chore: ⬆️ Update ggerganov/whisper.cpp to
`01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4163](https://redirect.github.com/mudler/LocalAI/pull/4163)
- chore: ⬆️ Update ggerganov/llama.cpp to
`db4cfd5dbc31c90f0d5c413a2e182d068b8ee308` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4169](https://redirect.github.com/mudler/LocalAI/pull/4169)
- chore(deps): Bump sentence-transformers from 3.3.0 to 3.3.1 in
/backend/python/sentencetransformers by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4178](https://redirect.github.com/mudler/LocalAI/pull/4178)
- chore: ⬆️ Update ggerganov/llama.cpp to
`d3481e631661b5e9517f78908cdd58cee63c4903` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4196](https://redirect.github.com/mudler/LocalAI/pull/4196)
- chore: ⬆️ Update ggerganov/whisper.cpp to
`d24f981fb2fbf73ec7d72888c3129d1ed3f91916` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4195](https://redirect.github.com/mudler/LocalAI/pull/4195)
- chore(deps): Bump dcarbone/install-yq-action from 1.2.0 to 1.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4182](https://redirect.github.com/mudler/LocalAI/pull/4182)
- chore(deps): Bump appleboy/ssh-action from 1.1.0 to 1.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4183](https://redirect.github.com/mudler/LocalAI/pull/4183)
- chore: ⬆️ Update ggerganov/whisper.cpp to
`6266a9f9e56a5b925e9892acf650f3eb1245814d` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4202](https://redirect.github.com/mudler/LocalAI/pull/4202)
- chore: ⬆️ Update ggerganov/llama.cpp to
`9fe0fb062630728e3c21b5839e3bce87bff2440a` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4203](https://redirect.github.com/mudler/LocalAI/pull/4203)
- chore: ⬆️ Update ggerganov/llama.cpp to
`9abe9eeae98b11fa93b82632b264126a010225ff` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4212](https://redirect.github.com/mudler/LocalAI/pull/4212)
- chore: ⬆️ Update ggerganov/llama.cpp to
`a5e47592b6171ae21f3eaa1aba6fb2b707875063` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4221](https://redirect.github.com/mudler/LocalAI/pull/4221)
- chore: ⬆️ Update ggerganov/llama.cpp to
`6dfcfef0787e9902df29f510b63621f60a09a50b` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4227](https://redirect.github.com/mudler/LocalAI/pull/4227)
- chore: ⬆️ Update ggerganov/llama.cpp to
`55ed008b2de01592659b9eba068ea01bb2f72160` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4232](https://redirect.github.com/mudler/LocalAI/pull/4232)
- chore: ⬆️ Update ggerganov/llama.cpp to
`cce5a9007572c6e9fa522296b77571d2e5071357` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4238](https://redirect.github.com/mudler/LocalAI/pull/4238)
- chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in
/backend/python/openvoice by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4248](https://redirect.github.com/mudler/LocalAI/pull/4248)
- chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in
/backend/python/openvoice by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4249](https://redirect.github.com/mudler/LocalAI/pull/4249)
- chore(deps): Bump dcarbone/install-yq-action from 1.3.0 to 1.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4253](https://redirect.github.com/mudler/LocalAI/pull/4253)
- chore(deps): bump llama.cpp to
`47f931c8f9a26c072d71224bc8013cc66ea9e445` by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4263](https://redirect.github.com/mudler/LocalAI/pull/4263)
- chore: ⬆️ Update ggerganov/llama.cpp to
`30ec39832165627dd6ed98938df63adfc6e6a21a` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4273](https://redirect.github.com/mudler/LocalAI/pull/4273)
- chore: ⬆️ Update ggerganov/llama.cpp to
`3ad5451f3b75809e3033e4e577b9f60bcaf6676a` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4280](https://redirect.github.com/mudler/LocalAI/pull/4280)
- chore: ⬆️ Update ggerganov/llama.cpp to
`dc22344088a7ee81a1e4f096459b03a72f24ccdc` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4288](https://redirect.github.com/mudler/LocalAI/pull/4288)
- chore: ⬆️ Update ggerganov/llama.cpp to
`3a8e9af402f7893423bdab444aa16c5d9a2d429a` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4290](https://redirect.github.com/mudler/LocalAI/pull/4290)
- chore: ⬆️ Update ggerganov/llama.cpp to
`0c39f44d70d058940fe2afe50cfc789e3e44d756` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4295](https://redirect.github.com/mudler/LocalAI/pull/4295)
- chore: ⬆️ Update ggerganov/llama.cpp to
`5e1ed95583ca552a98d8528b73e1ff81249c2bf9` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4299](https://redirect.github.com/mudler/LocalAI/pull/4299)
- chore(deps): bump grpcio to 1.68.1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4301](https://redirect.github.com/mudler/LocalAI/pull/4301)
- chore(deps): Bump docs/themes/hugo-theme-relearn from `28fce6b` to
`be85052` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4305](https://redirect.github.com/mudler/LocalAI/pull/4305)
- chore: ⬆️ Update ggerganov/llama.cpp to
`8648c521010620c2daccfa1d26015c668ba2c717` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4307](https://redirect.github.com/mudler/LocalAI/pull/4307)
- chore: ⬆️ Update ggerganov/llama.cpp to
`cc98896db858df7aa40d0e16a505883ef196a482` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4312](https://redirect.github.com/mudler/LocalAI/pull/4312)

##### Other Changes

- chore: update jobresult_test.go by
[@&#8203;eltociear](https://redirect.github.com/eltociear) in
[https://github.com/mudler/LocalAI/pull/4124](https://redirect.github.com/mudler/LocalAI/pull/4124)
- chore(linguist): add \*.hpp files to linguist-vendored by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4154](https://redirect.github.com/mudler/LocalAI/pull/4154)
- chore(api): return values from schema by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4153](https://redirect.github.com/mudler/LocalAI/pull/4153)
- feat(swagger): update swagger by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4155](https://redirect.github.com/mudler/LocalAI/pull/4155)
- chore(Makefile): default to non-native builds for llama.cpp by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4173](https://redirect.github.com/mudler/LocalAI/pull/4173)
- chore(refactor): imply modelpath by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4208](https://redirect.github.com/mudler/LocalAI/pull/4208)
- chore(go.mod): tidy by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4209](https://redirect.github.com/mudler/LocalAI/pull/4209)
- feat(swagger): update swagger by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4211](https://redirect.github.com/mudler/LocalAI/pull/4211)
- integrations: add Nextcloud by
[@&#8203;meonkeys](https://redirect.github.com/meonkeys) in
[https://github.com/mudler/LocalAI/pull/4233](https://redirect.github.com/mudler/LocalAI/pull/4233)
- Revert "chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in
/backend/python/openvoice" by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4267](https://redirect.github.com/mudler/LocalAI/pull/4267)
- Revert "chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in /back…
by [@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4268](https://redirect.github.com/mudler/LocalAI/pull/4268)
- chore(scripts): handle summarization errors by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4271](https://redirect.github.com/mudler/LocalAI/pull/4271)

##### New Contributors

- [@&#8203;mintyleaf](https://redirect.github.com/mintyleaf) made their
first contribution in
[https://github.com/mudler/LocalAI/pull/4197](https://redirect.github.com/mudler/LocalAI/pull/4197)
- [@&#8203;rmmonster](https://redirect.github.com/rmmonster) made their
first contribution in
[https://github.com/mudler/LocalAI/pull/4216](https://redirect.github.com/mudler/LocalAI/pull/4216)
- [@&#8203;GPTLocalhost](https://redirect.github.com/GPTLocalhost) made
their first contribution in
[https://github.com/mudler/LocalAI/pull/4218](https://redirect.github.com/mudler/LocalAI/pull/4218)
- [@&#8203;JackBekket](https://redirect.github.com/JackBekket) made
their first contribution in
[https://github.com/mudler/LocalAI/pull/4224](https://redirect.github.com/mudler/LocalAI/pull/4224)
- [@&#8203;meonkeys](https://redirect.github.com/meonkeys) made their
first contribution in
[https://github.com/mudler/LocalAI/pull/4233](https://redirect.github.com/mudler/LocalAI/pull/4233)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.23.0...v2.24.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:25:04 +00:00
2024-11-27 13:57:55 +00:00

title
title
TrueCharts

Community Helm Chart Catalog

docs Discord GitHub last commit


TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!

All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.


Getting started using TrueCharts

docs


Support

Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!

Still something not working as expected? Contact us! and we'll figure it out together!

Development

pre-commit renovate GitHub last commit


Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.

Getting into creating Charts

For more information check the website: https://truecharts.org

Contact and Support

Discord


To contact the TrueCharts project:




Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Kjeld Schouten-Lebbing
Kjeld Schouten-Lebbing

💻 🚇 📖 👀 💵
Justin Clift
Justin Clift

📖
whiskerz007
whiskerz007

💻
Stavros Kois
Stavros Kois

💻 📖 🐛 👀 💵
allen-4
allen-4

💻
Troy Prelog
Troy Prelog

💻 📖 💵
Dan Sheridan
Dan Sheridan

💻
Sebastien Dupont
Sebastien Dupont

📖 💵
Vegetto
Vegetto

👀
Ellie Nieuwdorp
Ellie Nieuwdorp

💻
Nate Walck
Nate Walck

💻
Lloyd
Lloyd

💻 💵
Dave Withnall
Dave Withnall

📖
ksimm1
ksimm1

📖 🐛 💵 🧑‍🏫
Aaron Johnson
Aaron Johnson

📖
Ralph
Ralph

💻
Joachim Baten
Joachim Baten

💻 🐛
Michael Yang
Michael Yang

💻
Ciaran Farley
Ciaran Farley

📖
Heavybullets8
Heavybullets8

📖 💻 🐛 📹 🧑‍🏫 💵
662
662

💻
alex171
alex171

📖
Techno Tim
Techno Tim

📖
Mingyao Liu
Mingyao Liu

💻 🐛
NightShaman
NightShaman

💻 📖 🐛 💵 🧑‍🏫
Andrew Smith
Andrew Smith

📖 ⚠️
Bob Klosinski
Bob Klosinski

💻
Sukarn
Sukarn

💻 📖
sebs
sebs

💻
Dyllan Tinoco
Dyllan Tinoco

💻
StevenMcElligott
StevenMcElligott

💻 💵 📖 🐛 🧑‍🏫
brothergomez
brothergomez

💻 🐛
sagit
sagit

💻 🐛 📹 📖 🧑‍🏫
Nevan Chow
Nevan Chow

💻
Daniel Carlsson
Daniel Carlsson

🐛
Devon Louie
Devon Louie

🐛
Alex-Orsholits
Alex-Orsholits

🐛
Tails32
Tails32

🐛
Menaxerius
Menaxerius

🐛
hidefog
hidefog

🐛
Darren Gibbard
Darren Gibbard

🐛
Barti
Barti

🐛
Sunii
Sunii

🐛
trbmchs
trbmchs

🐛
Light
Light

🐛
Boostflow
Boostflow

🐛
Trigardon
Trigardon

🐛
dbb12345
dbb12345

🐛 💻
karypid
karypid

🐛
Philipp
Philipp

🐛
John
John

🐛 📖
John Parton
John Parton

🐛
Marc
Marc

🐛
fdzaebel
fdzaebel

🐛
kloeckwerx
kloeckwerx

🐛
Bradley Bare
Bradley Bare

🐛
Alexander Thamm
Alexander Thamm

🐛
rexit1982
rexit1982

🐛
iaxx
iaxx

🐛
Xstar97
Xstar97

💻 🐛 🧑‍🏫
ornias
ornias

📹
Josh Asplund
Josh Asplund

💵
midnight33233
midnight33233

💵
kbftech
kbftech

💵
hogenf
hogenf

💵
Hawks
Hawks

💵
Jim Russell
Jim Russell

💵
TheGovnah
TheGovnah

💵
famewolf
famewolf

💵 🐛
Konrad Bujak
Konrad Bujak

📖
190n
190n

💻 📖
Alexej Kubarev
Alexej Kubarev

📖
r-vanooyen
r-vanooyen

📖
shadofall
shadofall

📖 🧑‍🏫
agreppin
agreppin

💻
Stavros Ntentos
Stavros Ntentos

💻 🤔
Vlad-Florin Ilie
Vlad-Florin Ilie

💻
huma2000
huma2000

🐛
hugalafutro
hugalafutro

🐛 💵
yehia Amer
yehia Amer

📖
Tyler Stransky
Tyler Stransky

🐛
juggie
juggie

🐛
Ben Tilford
Ben Tilford

🐛 💻
I-nebukad-I
I-nebukad-I

🐛 💻
Ethan Leisinger
Ethan Leisinger

💻 📖
Cullen Murphy
Cullen Murphy

💻 🐛
Jason Thatcher
Jason Thatcher

💻 🐛 📖
Stefan Schramek
Stefan Schramek

🐛
nokaka
nokaka

🐛
Gal Szkolnik
Gal Szkolnik

🐛
Evgeny Stepanovych
Evgeny Stepanovych

🐛
Waqar Ahmed
Waqar Ahmed

🐛
DrSKiZZ
DrSKiZZ

💵
Jan Puciłowski
Jan Puciłowski

💻 ⚠️
Shaun Coyne
Shaun Coyne

💵
Christoph
Christoph

💵
Brandon Rutledge
Brandon Rutledge

🐛
Michael Bestas
Michael Bestas

🐛
Jurģis Rudaks
Jurģis Rudaks

🐛
brunofatia
brunofatia

💵
TopicsLP
TopicsLP

📖
Michael Schnerring
Michael Schnerring

🐛 💻
Tamas Nagy
Tamas Nagy

🐛
OpenSpeedTest™️
OpenSpeedTest™️

💻
Richard James Acton
Richard James Acton

📖
lps-rocks
lps-rocks

🐛
Faust
Faust

🐛
uranderu
uranderu

🐛
Tom Cassady
Tom Cassady

🐛
Huftierchen
Huftierchen

🐛
ZasX
ZasX

📖 🧑‍🏫 💻
Kevin T.
Kevin T.

🐛
Steven Scott
Steven Scott

📖
Watteel Pascal
Watteel Pascal

💻
JamesOsborn-SE
JamesOsborn-SE

💻 📖
NeoToxic
NeoToxic

🧑‍🏫 🐛
jab416171
jab416171

📖
Anna
Anna

📖
ChaosBlades
ChaosBlades

🐛
Patric Stout
Patric Stout

💻
Ben Kochie
Ben Kochie

💻
Jeff Bachtel
Jeff Bachtel

📖
Ben Woods
Ben Woods

💻
Karl Shea
Karl Shea

🐛
Balakumaran MN
Balakumaran MN

📖
Jesperbelt
Jesperbelt

📖
cccs31
cccs31

🐛
Sam Smucny
Sam Smucny

💻
Keith Cirkel
Keith Cirkel

💻
mgale456
mgale456

💻
Alec Fenichel
Alec Fenichel

💻
John Dorman
John Dorman

💻
Dan
Dan

💻
u4ium
u4ium

📖
ErroneousBosch
ErroneousBosch

🐛
MaverickD650
MaverickD650

💻 🐛
Grogdor
Grogdor

📖
Ryan Gooler
Ryan Gooler

📖
Rob Herley
Rob Herley

📖
Christian Heimlich
Christian Heimlich

📖
l-moon-git
l-moon-git

💻
hughes5
hughes5

📖
sdimovv
sdimovv

💻
AllieQpzm
AllieQpzm

💻
Dominik
Dominik

🐛
renovate[bot]
renovate[bot]

🔧
allcontributors[bot]
allcontributors[bot]

🔧
dependabot[bot]
dependabot[bot]

🔧
TrueCharts Bot
TrueCharts Bot

🔧 🚇 💻
Mend Renovate
Mend Renovate

🔧
Simone
Simone

💻
Jean-François Roy
Jean-François Roy

💻
Whiskey24
Whiskey24

💻
inmanturbo
inmanturbo

📖
Alex
Alex

💻
Brian Semrad
Brian Semrad

💻
Christopher
Christopher

💻 📖
Csaba Engedi
Csaba Engedi

💻
Cyb3rzombie
Cyb3rzombie

💻
Eric Cavalcanti
Eric Cavalcanti

💻
Gavin Chappell
Gavin Chappell

💻 🐛
raynay-r
raynay-r

💻
Jip-Hop
Jip-Hop

📖
Jonas Wrede
Jonas Wrede

💻
SilentNyte
SilentNyte

📖
Stan
Stan

💻
Tiago Gaspar
Tiago Gaspar

💻
gismo2004
gismo2004

💻
jsegaert
jsegaert

📖
Miguel Angel Nubla
Miguel Angel Nubla

💻
xal3xhx
xal3xhx

💻
jeremybox
jeremybox

📖
Cameron Sabuda
Cameron Sabuda

📖
Jeroen Schepens
Jeroen Schepens

🐛
James Wright
James Wright

📖
Malpractis
Malpractis

🐛
CommanderStarhump
CommanderStarhump

🐛
Vianchiel
Vianchiel

🐛
Maximilian Ehlers
Maximilian Ehlers

🐛
nautilus7
nautilus7

🐛 💻
kqmaverick
kqmaverick

🐛
ccalby
ccalby

🐛
kofeyh
kofeyh

🐛
imjustleaving
imjustleaving

🐛
Cristian Torres
Cristian Torres

🐛
schopenhauer
schopenhauer

🐛
Zackptg5
Zackptg5

🐛
Brad Ackerman
Brad Ackerman

🐛
mcspiff313
mcspiff313

🐛
Fletcher Nichol
Fletcher Nichol

💻 🐛
Marco Faggian
Marco Faggian

💻
John P
John P

📖
kryojenik
kryojenik

💻
Malcolm
Malcolm

📖
depasseg
depasseg

📖
j1mbl3s
j1mbl3s

📖
VictorienXP
VictorienXP

💻
yelhouti
yelhouti

💻
Jaroslav Lichtblau
Jaroslav Lichtblau

📖
MaximilianS
MaximilianS

📖
Dion Larson
Dion Larson

💻 📖
Physics-Dude
Physics-Dude

📖
waflint
waflint

💻
Henry Wilkinson
Henry Wilkinson

💻 📖
cedstrom
cedstrom

💻
v3DJG6GL
v3DJG6GL

🐛 💻
polarstack
polarstack

💻
Keyvan
Keyvan

💻
MickaelFontes
MickaelFontes

💻
David CM
David CM

💻
Aamir Azad
Aamir Azad

📖
Jordan Woyak
Jordan Woyak

💻
Simon Hofman
Simon Hofman

💻
notyouraveragegamer
notyouraveragegamer

📖
Varac
Varac

💻
tuxsudo
tuxsudo

💻
TylerRudie
TylerRudie

📖
qnb59bny5x
qnb59bny5x

💻
Filip Bednárik
Filip Bednárik

🐛
Serhii Shcherbinin
Serhii Shcherbinin

💻
Quentin Raynaud
Quentin Raynaud

🐛
Felix Schäfer
Felix Schäfer

📖
Julien Nicolas de Verteuil
Julien Nicolas de Verteuil

💻
Gabriel Donadel Dall'Agnol
Gabriel Donadel Dall'Agnol

📖
Jon S. Stumpf
Jon S. Stumpf

📖
Tanguille
Tanguille

📖
Dennis
Dennis

🐛 📖
TheIceCreamTroll
TheIceCreamTroll

💻
Atanas Pamukchiev
Atanas Pamukchiev

💻
Boemeltrein
Boemeltrein

📖
Yiannis Marangos
Yiannis Marangos

💻
Michael Ruoss
Michael Ruoss

💻
Aron Kahrs
Aron Kahrs

💻
nemesis1982
nemesis1982

📖
Ed P
Ed P

💻
Frédéric Nadeau
Frédéric Nadeau

📖
frapbod
frapbod

💻
Max Bachhuber
Max Bachhuber

💻
zierbeek
zierbeek

💻
Ac1dburn
Ac1dburn

💻
Antoine Saget
Antoine Saget

📖
Ben Bodenmiller
Ben Bodenmiller

🐛
felixfon
felixfon

📖
adtwomey
adtwomey

📖
alfi0812
alfi0812

💻 📖 🐛 👀
Agassi
Agassi

💻
Artur
Artur

💻
Morgan Hunter
Morgan Hunter

💻
Aleksandr Oleinikov
Aleksandr Oleinikov

💻
Jamie
Jamie

💻
David Gries
David Gries

🐛 💻
Phreeman33
Phreeman33

💻 🐛
Jens Wolvers
Jens Wolvers

💻
Bart Willems
Bart Willems

💻
Caidy
Caidy

💻
Mr Khachaturov
Mr Khachaturov

💻
LordCrash101
LordCrash101

📖
elendil95
elendil95

💻
TheDodger
TheDodger

💻
Saad Awan
Saad Awan

💻
Felix von Arx
Felix von Arx

💻
yodatak
yodatak

💻
Marcel Henrich
Marcel Henrich

💻
Florent Viel
Florent Viel

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Licence

License


Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.

An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.

SPDX-License-Identifier: AGPL-3.0


built-with-resentment contains-technical-debt

S
Description
Fork of trueforge-org/truecharts with some customizations
Readme 890 MiB
luanti-v1.0.0 Latest
2026-07-08 18:51:26 +00:00
Languages
Go Template 97.9%
Shell 2.1%