awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
alexrozanski avatar

alexrozanski/LlamaChat

0
View on GitHub↗
1,510 stars·61 forks·Swift·MIT·11 viewsllamachat.app↗

LlamaChat

Chat with your favourite LLaMA models in a native macOS app

Features

  • Inference and Serving - Native macOS application for local model chat.
  • Inference Engines - Native macOS application for local model interaction.
  • LLM Training and Optimization - Local Llama-based chat interface for macOS.
  • Natural Language Processing - Listed in the “Natural Language Processing” section of the FunNLP awesome list.

Star history

Star history chart for alexrozanski/llamachatStar history chart for alexrozanski/llamachat

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with LlamaChat

These projects share indexed features with LlamaChat. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • langchain-ai/langchainlangchain-ai avatar

    langchain-ai/langchain

    139,458View on GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Pythonagentsaiai-agents
    View on GitHub↗139,458
  • michael-a-kuykendall/shimmyMichael-A-Kuykendall avatar

    Michael-A-Kuykendall/shimmy

    5,428View on GitHub↗

    Shimmy is a local large language model inference engine and server that loads and serves GGUF formatted weights. It is distributed as a single binary runtime written in Rust, providing a standalone environment for running models without external runtime dependencies. The project utilizes WebGPU for hardware acceleration, allowing model compute kernels to execute across diverse graphics hardware through a standardized interface. It features a local server that implements an OpenAI-compatible API layer, enabling applications to interface with local models via standardized REST endpoints. Memor

    Rust
    View on GitHub↗5,428
  • berriai/litellmBerriAI avatar

    BerriAI/litellm

    50,579View on GitHub↗

    LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model providers. It provides a standardized API interface that abstracts vendor-specific schemas, allowing developers to interact with diverse models through a single, consistent format. By acting as a central traffic management layer, it enables organizations to route, secure, and govern model interactions across multiple deployments. The platform distinguishes itself through its policy-driven architecture, which uses configuration-based routing to manage traffic distribution, load balanc

    Pythonai-gatewayanthropicazure-openai
    View on GitHub↗50,579
  • augustdev/enchantedAugustDev avatar

    AugustDev/enchanted

    5,967View on GitHub↗

    Enchanted is a privacy-focused, cross-platform chat frontend for interacting with self-hosted large language models on iOS and macOS. It serves as a native client for communicating with private model servers, specifically providing integration for the Ollama API. The application supports multimodal interactions, allowing users to combine text, image attachments, and voice prompts. It provides tools for local AI model management, including the ability to define persistent system prompts and switch between different models for specific tasks. The interface includes capabilities for rendering m

    Swift
    View on GitHub↗5,967
Compare all 30 related projects→

Frequently asked questions

What does alexrozanski/llamachat do?

Chat with your favourite LLaMA models in a native macOS app

What are the main features of alexrozanski/llamachat?

The main features of alexrozanski/llamachat are: Inference and Serving, Inference Engines, LLM Training and Optimization, Natural Language Processing.

Which projects share features with alexrozanski/llamachat?

Projects with overlapping indexed features include: berriai/litellm — LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model… michael-a-kuykendall/shimmy — Shimmy is a local large language model inference engine and server that loads and serves GGUF formatted weights. It is… langchain-ai/langchain — LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large… bentoml/openllm — OpenLLM is a framework for deploying, managing, and scaling open-source large language models. artidoro/qlora — This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation… aethercortex/llama-x — Open Academic Research on Improving LLaMA to SOTA LLM.