{"repo":"mudler/LocalAI","free":true,"listed":false,"github":"https://github.com/mudler/LocalAI","clone":"git clone https://github.com/mudler/LocalAI.git","description":"LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.","language":"Go","stars":48508,"topics":["agents","ai","api","audio-generation","decentralized","distributed","image-generation","libp2p","llama","llm","mamba","mcp","musicgen","object-detection","rerank","stable-diffusion","text-generation","tts"],"license":"MIT","category":"mcp_server","readme_excerpt":"<h1 align=\"center\">\n  <br>\n  <img width=\"300\" src=\"./core/http/static/logo.png\"> <br>\n<br>\n</h1>\n\n<p align=\"center\">\n<a href='https://github.com/go-skynet/LocalAI/releases'>\n<img src='https://img.shields.io/github/release/go-skynet/LocalAI?&label=Latest&style=for-the-badge'>\n</a>\n<a href=\"LICENSE\" target=\"blank\">\n<img src=\"https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge\" alt=\"LocalAI License\"/>\n</a>\n</p>\n\n<p align=\"center\">\n<a href=\"https://twitter.com/LocalAI_API\" target=\"blank\">\n<img src=\"https://img.shields.io/badge/X-%23000000.svg?style=for-the-badge&logo=X&logoColor=white&label=LocalAI_API\" alt=\"Follow LocalAI_API\"/>\n</a>\n<a href=\"https://discord.gg/uJAeKSAGDy\" target=\"blank\">\n<img src=\"https://img.shields.io/badge/dynamic/json?color=blue&label=Discord&style=for-the-badge&query=approximate_member_count&url=https%3A%2F%2Fdiscordapp.com%2Fapi%2Finvites%2FuJAeKSAGDy%3Fwith_counts%3Dtrue&logo=discord\" alt=\"Join LocalAI Discord Community\"/>\n</a>\n</p>\n\n<p align=\"center\">\n<a href=\"https://trendshift.io/repositories/5539\" target=\"_blank\"><img src=\"https://trendshift.io/api/badge/repositories/5539\" alt=\"mudler%2FLocalAI | Trendshift\" style=\"width: 250px; height: 55px;\" width=\"250\" height=\"55\"/></a>\n</p>\n\n<!-- Keep these links, translations synced daily. -->\n<p align=\"center\">\n<a href=\"https://zdoc.app/de/mudler/LocalAI\">Deutsch</a> |\n<a href=\"https://zdoc.app/es/mudler/LocalAI\">Español</a> |\n<a href=\"https://zdoc.app/fr/mudler/LocalAI\">français</a> |\n<a href=\"https://zdoc.app/ja/mudler/LocalAI\">日本語</a> |\n<a href=\"https://zdoc.app/ko/mudler/LocalAI\">한국어</a> |\n<a href=\"https://zdoc.app/pt/mudler/LocalAI\">Português</a> |\n<a href=\"https://zdoc.app/ru/mudler/LocalAI\">Русский</a> |\n<a href=\"https://zdoc.app/zh/mudler/LocalAI\">中文</a>\n</p>\n\n**LocalAI** is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.\n\n**A small core, not a bundle.** Each backend wraps a best-in-class engine (llama.cpp, vLLM, whisper.cpp, stable-diffusion, MLX...) in its own image, pulled only when a model needs it. You install nothing you don't use.\n\n- **Composable by design**: backends are separate and pulled on demand, so you install only what your model needs\n- **Open and extensible**: load any model, or build your own backend in any language against an open interface\n- **Drop-in API compatibility**: OpenAI, Anthropic, and ElevenLabs APIs across every backend\n- **Any model, any modality**: LLMs, vision, voice, image, and video behind one API\n- **Any hardware**: NVIDIA, AMD, Intel, Apple Silicon, Vulkan, or CPU-only\n- **Multi-user ready**: API key auth, user quotas, role-based access\n- **Built-in AI agents**: autonomous agents with tool use, RAG, MCP, and skills\n- **Privacy-first**: your data never leaves your infrastructure\n\n![A small LocalAI core with backends (llama.cpp, vLLM, MLX, whisper.cpp, stable-diffusion, kokoro, parakeet.cpp...) plugged in as separate on-demand images](docs/static/images/diagrams/composable-core.png)\n\nCreated by [Ettore Di Giacinto](https://github.com/mudler) and maintained by the [LocalAI team](#team).\n\n> [:book: Documentation](https://localai.io/) | [:speech_balloon: Discord](https://discord.gg/uJAeKSAGDy) | [💻 Quickstart](https://localai.io/basics/getting_started/) | [🖼️ Models](https://models.localai.io/) | [❓FAQ](https://localai.io/faq/)\n\n## Guided tour\n\nhttps://github.com/user-attachments/assets/08cbb692-57da-48f7-963d-2e7b43883c18\n\n<details>\n\n<summary>\nClick to see more!\n</summary>\n\n#### User and auth\n\nhttps://github.com/user-attachments/assets/228fa9ad-81a3-4d43-bfb9-31557e14a36c\n\n#### Agents\n\nhttps://github.com/user-attachments/assets/6270b331-e21d-4087-a540-6290006b381a\n\n#### Usage metrics per user\n\nhttps://github.com/user-attachments/assets/cbb03379-23b4-4e3d-bd26-d152f057007f\n\n#### Fine-tuning and Quantization\n\nhttps://github.com/user-attachments/assets/5ba4ace9-d3df-4795-b7d4-b0b404ea71ee\n\n#### WebRTC\n\nhttps://github.com/user-attachments/assets/ed88e34c-fed3-4b83-8a67-4716a9feeb7b\n\n</details>\n\n## Quickstart\n\n### macOS\n\n<a href=\"https://github.com/mudler/LocalAI/releases/latest/download/LocalAI.dmg\">\n  <img src=\"https://img.shields.io/badge/Download-macOS-blue?style=for-the-badge&logo=apple&logoColor=white\" alt=\"Download LocalAI for macOS\"/>\n</a>\n\n> **Note:** The DMG is not signed by Apple. After installing, run: `sudo xattr -d com.apple.quarantine /Applications/LocalAI.app`. See [#6268](https://github.com/mudler/LocalAI/issues/6268) for details.\n\n### Containers (Docker, podman, ...)\n\n> Already ran LocalAI before? Use `docker start -i local-ai` to restart an existing container.\n\n#### CPU only:\n\n```bash\ndocker run -ti --name local-ai -p 8080:8080 localai/localai:latest\n```\n\n#### NVIDIA GPU:\n\n```bash\n# CUDA 13\ndocker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-13\n\n# CUDA 12\ndocker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12\n\n# NVIDIA Jetson ARM64 (CUDA 12, for AGX Orin and similar)\ndocker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-nvidia-l4t-arm64\n\n# NVIDIA Jetson ARM64 (CUDA 13, for DGX Spark)\ndocker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-nvidia-l4t-arm64-cuda-13\n```\n\n#### AMD GPU (ROCm):\n\n```bash\ndocker run -ti --name local-ai -p 8080:8080 --device=/dev/kfd --device=/dev/dri --group-add=video localai/localai:latest-gpu-hipblas\n```\n\n#### Intel GPU (oneAPI):\n\n```bash\ndocker run -ti --name local-ai -p 8080:8080 --device=/dev/dri/card1 --device=/dev/dri/renderD128 localai/localai:latest-gpu-intel\n```\n\n#### Vulkan GPU:\n\n```bash\ndocker run -ti --name local-ai -p 8080:8080 localai/localai:latest-gpu-vulkan\n```\n\n### Loading models\n\n```bash\n# From the model gallery (see available models with `local-ai models list` or at https://models.localai.io)\nlocal-ai run llama-3.2-1b-instruct:q4_k_m\n# From Huggingface\nlocal-ai run huggingface://TheBloke/phi-2-GGUF/phi-2.Q8_0.gguf\n# From the Ollama OCI registry\nlocal-ai run ollama://gemma:2b\n# From a YAML config\nlocal-ai run https://gist.githubusercontent.com/.../phi-2.yaml\n# From a standard OCI registry (e.g., Docker Hub)\nlocal-ai run oci://localai/phi-2:latest\n```\n\nTo work with a running LocalAI server from the terminal, start the built-in agent from another shell. It answers questions, reads your files and runs commands on your machine, asking you to approve anything that changes state. Inside a session, `/models` lists installed models and `/model <name>` switches between them. See the [Terminal agent](https://localai.io/docs/features/terminal-agent/) docs.\n\n```bash\n# Terminal 1\nlocal-ai run llama-3.2-1b-instruct:q4_k_m\n\n# Terminal 2\nlocal-ai chat --model llama-3.2-1b-instruct:q4_k_m\n```\n\n> **Automatic Backend Detection**: LocalAI automatically detects your GPU capabilities and downloads the appropriate backend. For advanced options, see [GPU Acceleration](https://localai.io/features/gpu-acceleration/).\n\nFor more details, see the [Getting Started guide](https://localai.io/basics/getting_started/).\n\n## Latest News\n\n- **June 2026**: New native biometric backends from the LocalAI team: [voice-detect.cpp](https://github.com/localai-org/voice-detect.cpp) for speaker recognition and voice analysis (ECAPA-TDNN, WeSpeaker, ERes2Net, CAM++, wav2vec2 age/gender/emotion) and [face-detect.cpp](https://github.com/mudler/face-detect.cpp) for face detection, recognition, demographics and anti-spoofing (SCRFD/ArcFace, YuNet/SFace). Both are from-scratch C++/ggml engines with no Python or onnxruntime at inference, self-contained GGUF weights, bit-exact parity with the reference, and GPU cuDNN parity, replacing the heavier Python `insightface` and `speaker-recognition` backends ([PR #10441](https://github.com/mudler/LocalAI/pull/10441)).\n- **June 2026**: New [realtime voice assistant demo](https://github.com/localai-org/localai-realtime-demo) (a tiny Go client for the Realtime API with a full talk-back voice loop and tool calling), plus [streaming of the realtime LLM / TTS / transcription pipeline stages](https://github.com/mudler/LocalAI/pull/10176) and [configurable WebRTC ICE candidates](https://github.com/mudler/LocalAI/pull/10231).\n- **June 2026**: Big speech push: the [parakeet.cpp](https://github.com/mudler/parakeet.cpp) ASR engine gains [NeMo-faithful segment timestamps](https://github.com/mudler/LocalAI/pull/10207), a [multilingual streaming Nemotron-3.5 model](https://github.com/mudler/LocalAI/pull/10199), [dynamic batching for concurrent transcription](https://github.com/mudler/LocalAI/pull/10112) and [CUDA graphs](https://github.com/mudler/LocalAI/pull/10273); the new [CrispASR backend](https://github.com/mudler/LocalAI/pull/10099) adds multi-architecture ASR + TTS, and [60 Piper TTS voices across 42 languages](https://github.com/mudler/LocalAI/pull/10296) land in the gallery (plus [per-request TTS instructions and params](https://github.com/mudler/LocalAI/pull/10172)).\n- **June 2026**: New backends and models: [locate-anything.cpp](https://github.com/mudler/LocalAI/pull/10264) for open-vocabulary object detection via ggml, [Ideogram4 image generation](https://github.com/mudler/LocalAI/pull/10201) in stablediffusion-ggml, [llama.cpp video input](https://github.com/mudler/LocalAI/pull/10216), and the [Gemma 4 QAT family with MTP speculative-decoding pairs](https://github.com/mudler/LocalAI/pull/10215). Plus an [interactive CLI chat mode](https://github.com/mudler/LocalAI/pull/10226) and [RAG source citations in agent responses](https://github.com/mudler/LocalAI/pull/10228).\n- **June 2026**: Distributed mode hardening: [prefix-cache-aware routing](https://github.com/mudler/LocalAI/pull/10071), a [production-ready request router with auto-sized embedding/rerank batches](https://github.com/mudler/LocalAI/pull/10104), [ds4 layer-split distributed inference](https://github.com/mudler/LocalAI/pull/10098), [NATS JWT auth + TLS/mTLS](https://github.com/mudler/","default_branch":"master","files":3576,"tree":[".agents/adding-backends.md",".agents/adding-gallery-models.md",".agents/ai-coding-assistants.md",".agents/api-endpoints-and-auth.md",".agents/backend-signing.md",".agents/building-and-testing.md",".agents/ci-caching.md",".agents/coding-style.md",".agents/debugging-backends.md",".agents/ds4-backend.md",".agents/llama-cpp-backend.md",".agents/localai-assistant-mcp.md",".agents/preparing-a-release.md",".agents/sglang-backend.md",".agents/testing-mcp-apps.md",".agents/vllm-backend.md",".air.toml",".devcontainer-scripts/postcreate.sh",".devcontainer-scripts/poststart.sh",".devcontainer-scripts/utils.sh",".devcontainer/customization/README.md",".devcontainer/devcontainer.json",".devcontainer/docker-compose-devcontainer.yml",".devcontainer/grafana/datasource.yml",".devcontainer/prometheus/prometheus.yml",".docker/apt-mirror.sh",".docker/bonsai-compile.sh",".docker/ik-llama-cpp-compile.sh",".docker/install-base-deps.sh",".docker/llama-cpp-build-target.sh",".docker/llama-cpp-compile.sh",".docker/turboquant-build-target.sh",".docker/turboquant-compile.sh",".dockerignore",".editorconfig",".env",".gitattributes",".github/FUNDING.yml",".github/ISSUE_TEMPLATE/bug_report.md",".github/ISSUE_TEMPLATE/config.yml",".github/ISSUE_TEMPLATE/feature_request.md",".github/PULL_REQUEST_TEMPLATE.md",".github/actions/configure-apt-mirror/action.yml",".github/actions/free-disk-space/action.yml",".github/actions/setup-build-disk/action.yml",".github/backend-matrix.yml",".github/bump_deps.sh",".github/bump_docs.sh",".github/bump_vllm_metal.sh",".github/bump_vllm_wheel.sh",".github/check_and_update.py",".github/checksum_checker.sh",".github/ci/apexentries/README.md",".github/ci/apexentries/discover.go",".github/ci/apexentries/discover_test.go",".github/ci/apexentries/hf.go",".github/ci/apexentries/hf_test.go",".github/ci/apexentries/hub.go",".github/ci/apexentries/main.go",".github/ci/apexentries/main_test.go",".github/ci/apexentries/merge.go",".github/ci/apexentries/merge_test.go",".github/ci/apexentries/render.go",".github/ci/apexentries/render_test.go",".github/ci/apexentries/unsloth.go",".github/ci/apexentries/unsloth_test.go",".github/ci/apexentries/verify.go",".github/ci/apexentries/verify_test.go",".github/ci/galleryedit/edit.go",".github/ci/gen-redirects.sh",".github/ci/modelslist.go",".github/ci/refresh-site-counters.sh",".github/ci/variantproposals/body.go",".github/ci/variantproposals/edit.go",".github/ci/variantproposals/edit_test.go",".github/ci/variantproposals/index.go",".github/ci/variantproposals/ledger.go",".github/ci/variantproposals/main.go",".github/ci/variantproposals/propose.go",".github/ci/variantproposals/propose_test.go",".github/ci/variantproposals/quant.go",".github/ci/variantproposals/quant_test.go",".github/ci/variantproposals/variantproposals_suite_test.go",".github/dependabot.yml",".github/gallery-agent/gallery.go",".github/gallery-agent/helpers.go",".github/gallery-agent/main.go",".github/gallery-agent/testing.go",".github/gh_curl.sh",".github/labeler.yml",".github/release.yml",".github/scripts/anchor-digest-in-cache.sh",".github/scripts/cleanup-keepalive-tags.sh",".github/stale.yml",".github/workflows/backend.yml",".github/workflows/backend_build.yml",".github/workflows/backend_build_darwin.yml",".github/workflows/backend_merge.yml",".github/workflows/backend_pr.yml",".github/workflows/base-images.yml",".github/workflows/build-test.yaml",".github/workflows/bump-inference-defaults.yml",".github/workflows/bump_deps.yaml",".github/workflows/bump_docs.yaml",".github/workflows/checksum_checker.yaml",".github/workflows/ci-tools-tests.yaml",".github/workflows/deploy-explorer.yaml",".github/workflows/disabled/comment-pr.yaml",".github/workflows/disabled/dependabot_auto.yml",".github/workflows/disabled/labeler.yml",".github/workflows/disabled/localaibot_automerge.yml",".github/workflows/disabled/notify-models.yaml",".github/workflows/disabled/prlint.yaml",".github/workflows/disabled/test-gpu.yml",".github/workflows/gallery-agent.yaml",".github/workflows/gallery_variant_proposals.yaml",".github/workflows/generate_intel_image.yaml",".github/workflows/gh-pages.yml",".github/workflows/image-pr.yml",".github/workflows/image.yml",".github/workflows/image_build.yml",".github/workflows/image_merge.yml",".github/workflows/lint.yml",".github/workflows/notify-releases.yaml",".github/workflows/realtime-conformance.yml",".github/workflows/refresh-site-counters.yml",".github/workflows/release.yaml",".github/workflows/secscan.yaml",".github/workflows/stalebot.yml",".github/workflows/test-extra.yml",".github/workflows/test.yml",".github/workflows/tests-aio.yml",".github/workflows/tests-e2e.yml",".github/workflows/tests-pii-ner-e2e.yml",".github/workflows/tests-ui-e2e.yml",".github/workflows/update_swagger.yaml",".github/workflows/yaml-check.yml",".gitignore",".gitmodules",".golangci.yml",".goreleaser.yaml",".impeccable.md",".impeccable/live/config.json",".vscode/extensions.json",".vscode/launch.json",".yamllint","ADOPTERS.md","AGENTS.md","CLAUDE.md","CONTRIBUTING.md","Dockerfile","Entitlements.plist","LICENSE","Makefile","README.md","SECURITY.md","backend/Dockerfile.audio-cpp","backend/Dockerfile.base-grpc-builder","backend/Dockerfile.bonsai","backend/Dockerfile.ds4","backend/Dockerfile.golang","backend/Dockerfile.ik-llama-cpp","backend/Dockerfile.llama-cpp","backend/Dockerfile.privacy-filter","backend/Dockerfile.python","backend/Dockerfile.rust","backend/Dockerfile.turboquant","backend/README.md","backend/backend.proto","backend/cpp/audio-cpp/.gitignore","backend/cpp/audio-cpp/CMakeLists.txt","backend/cpp/audio-cpp/Makefile","backend/cpp/audio-cpp/audio_io.cpp","backend/cpp/audio-cpp/audio_io.h","backend/cpp/audio-cpp/audio_io_ctest.cpp","backend/cpp/audio-cpp/audio_units.cpp","backend/cpp/audio-cpp/audio_units.h","backend/cpp/audio-cpp/audio_units_test.cpp","backend/cpp/audio-cpp/capability_routing.cpp","backend/cpp/audio-cpp/capability_routing.h","backend/cpp/audio-cpp/capability_routing_test.cpp","backend/cpp/audio-cpp/family_gate.cpp","backend/cpp/audio-cpp/family_gate.h","backend/cpp/audio-cpp/family_gate_test.cpp","backend/cpp/audio-cpp/generation_request.cpp","backend/cpp/audio-cpp/generation_request.h","backend/cpp/audio-cpp/generation_request_ctest.cpp","backend/cpp/audio-cpp/grpc-server.cpp","backend/cpp/audio-cpp/inference_lane.cpp","backend/cpp/audio-cpp/inference_lane.h","backend/cpp/audio-cpp/inference_lane_test.cpp","backend/cpp/audio-cpp/live_watchdog.cpp","backend/cpp/audio-cpp/live_watchdog.h","backend/cpp/audio-cpp/live_watchdog_test.cpp","backend/cpp/audio-cpp/loaded_model.cpp","backend/cpp/audio-cpp/loaded_model.h","backend/cpp/audio-cpp/model_options.cpp","backend/cpp/audio-cpp/model_options.h","backend/cpp/audio-cpp/model_options_test.cpp","backend/cpp/audio-cpp/package.sh","backend/cpp/audio-cpp/result_map.cpp","backend/cpp/audio-cpp/result_map.h","backend/cpp/audio-cpp/result_map_ctest.cpp","backend/cpp/audio-cpp/run.sh","backend/cpp/audio-cpp/stem_selection.cpp","backend/cpp/audio-cpp/stem_selection.h","backend/cpp/audio-cpp/stem_selection_test.cpp","backend/cpp/audio-cpp/stream_delta.cpp","backend/cpp/audio-cpp/stream_delta.h","backend/cpp/audio-cpp/stream_delta_test.cpp","backend/cpp/audio-cpp/streaming_driver_ctest.cpp","backend/cpp/audio-cpp/transcript_assembly.cpp","backend/cpp/audio-cpp/transcript_assembly.h","backend/cpp/audio-cpp/transcript_assembly_test.cpp","backend/cpp/audio-cpp/upstream_absence_ctest.cpp","backend/cpp/audio-cpp/wav_header.cpp","backend/cpp/audio-cpp/wav_header.h","backend/cpp/audio-cpp/wav_header_test.cpp","backend/cpp/bonsai/Makefile","backend/cpp/bonsai/apply-patches.sh","backend/cpp/bonsai/package.sh","backend/cpp/bonsai/patches/README.md","backend/cpp/bonsai/run.sh","backend/cpp/ds4/.gitignore","backend/cpp/ds4/CMakeLists.txt","backend/cpp/ds4/Makefile","backend/cpp/ds4/dsml_parser.cpp","backend/cpp/ds4/dsml_parser.h","backend/cpp/ds4/dsml_renderer.cpp","backend/cpp/ds4/dsml_renderer.h","backend/cpp/ds4/grpc-server.cpp","backend/cpp/ds4/kv_cache.cpp","backend/cpp/ds4/kv_cache.h","backend/cpp/ds4/package.sh","backend/cpp/ds4/run.sh","backend/cpp/ds4/worker_main.c","backend/cpp/grpc/.gitignore","backend/cpp/grpc/Makefile","backend/cpp/ik-llama-cpp/CMakeLists.txt","backend/cpp/ik-llama-cpp/Makefile","backend/cpp/ik-llama-cpp/grpc-server.cpp","backend/cpp/ik-llama-cpp/package.sh","backend/cpp/ik-llama-cpp/patches/0001-fix-missing-cstdint-include.patch","backend/cpp/ik-llama-cpp/prepare.sh","backend/cpp/ik-llama-cpp/run.sh","backend/cpp/ik-llama-cpp/utils.hpp","backend/cpp/llama-cpp/CMakeLists.txt","backend/cpp/llama-cpp/Makefile","backend/cpp/llama-cpp/disable-score-task.sh","backend/cpp/llama-cpp/disable-tts-task.sh","backend/cpp/llama-cpp/grpc-server.cpp","backend/cpp/llama-cpp/message_content.h","backend/cpp/llama-cpp/message_content_test.cpp","backend/cpp/llama-cpp/package.sh","backend/cpp/llama-cpp/parent_watch.h","backend/cpp/llama-cpp/parent_watch_test.cpp","backend/cpp/llama-cpp/passthrough_options.h","backend/cpp/llama-cpp/passthrough_options_test.cpp","backend/cpp/llama-cpp/patches/0001-add-server-task-type-score.patch","backend/cpp/llama-cpp/patches/0002-add-server-task-type-tts.patch","backend/cpp/llama-cpp/prepare.sh","backend/cpp/llama-cpp/run.sh","backend/cpp/llama-cpp/tts_request_options.h","backend/cpp/llama-cpp/tts_request_options_test.cpp","backend/cpp/privacy-filter/.gitignore","backend/cpp/privacy-filter/CMakeLists.txt","backend/cpp/privacy-filter/Makefile","backend/cpp/privacy-filter/grpc-server.cpp","backend/cpp/privacy-filter/package.sh","backend/cpp/privacy-filter/run.sh","backend/cpp/run-unit-tests.sh","backend/cpp/turboquant/Makefile","backend/cpp/turboquant/apply-patches.sh","backend/cpp/turboquant/package.sh","backend/cpp/turboquant/patch-grpc-server.sh","backend/cpp/turboquant/patches/0001-hip-guard-copy2d-peer-fastpath.patch","backend/cpp/turboquant/run.sh","backend/go/acestep-cpp/CMakeLists.txt","backend/go/acestep-cpp/Makefile","backend/go/acestep-cpp/acestepcpp_test.go","backend/go/acestep-cpp/cpp/goacestepcpp.cpp","backend/go/acestep-cpp/cpp/goacestepcpp.h","backend/go/acestep-cpp/goacestepcpp.go","backend/go/acestep-cpp/main.go","backend/go/acestep-cpp/package.sh","backend/go/acestep-cpp/run.sh","backend/go/acestep-cpp/test.sh","backend/go/ced/.gitignore","backend/go/ced/Makefile","backend/go/ced/goced.go","backend/go/ced/main.go","backend/go/ced/package.sh","backend/go/ced/run.sh","backend/go/cloud-proxy/Makefile","backend/go/cloud-proxy/cloud_proxy_suite_test.go","backend/go/cloud-proxy/main.go","backend/go/cloud-proxy/package.sh","backend/go/cloud-proxy/passthrough_edge_test.go","backend/go/cloud-proxy/provider_anthropic.go","backend/go/cloud-proxy/provider_anthropic_test.go","backend/go/cloud-proxy/provider_edge_test.go","backend/go/cloud-proxy/provider_openai.go","backend/go/cloud-proxy/provider_openai_test.go","backend/go/cloud-proxy/proxy.go","backend/go/cloud-proxy/proxy_test.go","backend/go/cloud-proxy/run.sh","backend/go/cloud-proxy/toolcalls_test.go","backend/go/crispasr/.gitignore","backend/go/crispasr/CMakeLists.txt","backend/go/crispasr/Makefile","backend/go/crispasr/cpp/crispasr_shim.cpp","backend/go/crispasr/cpp/crispasr_shim.h","backend/go/crispasr/gocrispasr.go","backend/go/crispasr/gocrispasr_samplerate_test.go","backend/go/crispasr/gocrispasr_test.go","backend/go/crispasr/main.go","backend/go/crispasr/package.sh","backend/go/crispasr/run.sh","backend/go/depth-anything-cpp/.gitignore","backend/go/depth-anything-cpp/CMakeLists.txt","backend/go/depth-anything-cpp/Makefile","backend/go/depth-anything-cpp/godepthanythingcpp.go","backend/go/depth-anything-cpp/main.go","backend/go/depth-anything-cpp/main_test.go","backend/go/depth-anything-cpp/nested_e2e_test.go","backend/go/depth-anything-cpp/options_test.go","backend/go/depth-anything-cpp/package.sh","backend/go/depth-anything-cpp/run.sh","backend/go/depth-anything-cpp/test.sh","backend/go/face-detect/.gitignore","backend/go/face-detect/Makefile","backend/go/face-detect/gofacedetect.go","backend/go/face-detect/gofacedetect_test.go","backend/go/face-detect/main.go","backend/go/face-detect/options.go","backend/go/face-detect/package.sh","backend/go/face-detect/run.sh","backend/go/face-detect/test.sh","backend/go/llm/llama/llama.go","backend/go/llm/llama/main.go","backend/go/local-store/Makefile","backend/go/local-store/debug.go","backend/go/local-store/main.go","backend/go/local-store/package.sh","backend/go/local-store/production.go","backend/go/local-store/run.sh","backend/go/local-store/store.go","backend/go/local-store/store_suite_test.go","backend/go/local-store/store_test.go","backend/go/localvqe/.gitignore","backend/go/localvqe/Makefile","backend/go/localvqe/golocalvqe.go","backend/go/localvqe/localvqe_test.go","backend/go/localvqe/main.go","backend/go/localvqe/package.sh","backend/go/localvqe/run.sh","backend/go/localvqe/test.sh","backend/go/locate-anything-cpp/.gitignore","backend/go/locate-anything-cpp/CMakeLists.txt","backend/go/locate-anything-cpp/Makefile","backend/go/locate-anything-cpp/golocateanythingcpp.go","backend/go/locate-anything-cpp/main.go","backend/go/locate-anything-cpp/main_test.go","backend/go/locate-anything-cpp/package.sh","backend/go/locate-anything-cpp/run.sh","backend/go/locate-anything-cpp/test.sh","backend/go/magpie-tts-cpp/.gitignore","backend/go/magpie-tts-cpp/CMakeLists.txt","backend/go/magpie-tts-cpp/Makefile","backend/go/magpie-tts-cpp/README.md","backend/go/magpie-tts-cpp/audio.go","backend/go/magpie-tts-cpp/e2e_test.go","backend/go/magpie-tts-cpp/gomagpiettscpp.go","backend/go/magpie-tts-cpp/magpiettscpp_test.go","backend/go/magpie-tts-cpp/main.go","backend/go/magpie-tts-cpp/options.go","backend/go/magpie-tts-cpp/package.sh","backend/go/magpie-tts-cpp/run.sh","backend/go/magpie-tts-cpp/test.sh","backend/go/moss-transcribe-cpp/.gitignore","backend/go/moss-transcribe-cpp/Makefile","backend/go/moss-transcribe-cpp/gomosstranscribecpp.go","backend/go/moss-transcribe-cpp/gomosstranscribecpp_test.go","backend/go/moss-transcribe-cpp/main.go","backend/go/moss-transcribe-cpp/package.sh","backend/go/moss-transcribe-cpp/run.sh","backend/go/moss-transcribe-cpp/segments.go","backend/go/moss-transcribe-cpp/segments_test.go","backend/go/moss-tts-cpp/.gitignore","backend/go/moss-tts-cpp/CMakeLists.txt","backend/go/moss-tts-cpp/Makefile","backend/go/moss-tts-cpp/README.md","backend/go/moss-tts-cpp/audio.go","backend/go/moss-tts-cpp/audiopath_test.go","backend/go/moss-tts-cpp/cpp/mossttscpp.cpp","backend/go/moss-tts-cpp/cpp/mossttscpp.h","backend/go/moss-tts-cpp/e2e_test.go","backend/go/moss-tts-cpp/gomossttscpp.go","backend/go/moss-tts-cpp/main.go","backend/go/moss-tts-cpp/mossttscpp_test.go"],"storefront":"/r/mudler","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/mudler/LocalAI/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}