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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AugustDev avatar

AugustDev/enchanted

0
View on GitHub↗
5,967 Stars·422 Forks·Swift·Apache-2.0·10 Aufrufe

Enchanted

Enchanted ist ein datenschutzorientiertes, plattformübergreifendes Chat-Frontend für die Interaktion mit selbst gehosteten Large Language Models auf iOS und macOS. Es dient als nativer Client für die Kommunikation mit privaten Modellservern und bietet insbesondere eine Integration für die Ollama-API.

Die Anwendung unterstützt multimodale Interaktionen, wodurch Benutzer Text, Bildanhänge und Sprachbefehle kombinieren können. Sie bietet Tools für die lokale KI-Modellverwaltung, einschließlich der Möglichkeit, persistente System-Prompts zu definieren und für spezifische Aufgaben zwischen verschiedenen Modellen zu wechseln.

Die Schnittstelle umfasst Funktionen zum Rendern von Markdown-formatierten Tabellen und Code-Blöcken, zum Umwandeln von Textantworten in hörbare Sprache via systemweiter Synthese und zur Verwaltung eines lokalen Speichers für den Gesprächsverlauf.

Features

  • Private LLM Chat Interfaces - Provides a private LLM chat interface for interacting with self-hosted models on Apple devices.
  • Local Model Chat Interfaces - Offers a local model chat interface for privacy-focused interaction with self-hosted servers.
  • Ollama Chat Clients - Serves as a native Ollama chat client for interacting with self-hosted models via the Ollama API.
  • Private Model Connectors - Provides specialized connectors for integrating self-hosted private models into the chat interface.
  • Local Model Management - Provides tools for local model management, including switching between different LLMs on a private server.
  • Multimodal Prompting - Supports multimodal prompting by combining text, images, and voice inputs in a single request.
  • Conversation History Stores - Maintains conversation history stores to allow users to manage and reference previous chat logs.
  • Self-Hosted AI Clients - Implements a self-hosted AI client that synchronizes conversation history across iOS and macOS.
  • Multimodal Chat Clients - Acts as a multimodal chat client supporting text, voice, and image interactions.
  • Behavioral Guideline Configuration - Allows users to define behavioral guideline configurations through persistent system prompts.
  • Multimodal Encoders - Implements multimodal encoders to package text, images, and audio into a unified request format.
  • Markdown Renderers - Includes markdown renderers to display formatted tables and code blocks in the chat view.
  • Local Interaction Stores - Implements local interaction stores to persist conversation history and session data on-device.
  • Cross-Platform Apple Applications - Delivers a unified experience as a cross-platform Apple application for iOS and macOS.
  • SwiftUI - Built with SwiftUI to provide a native, reactive user interface across iOS and macOS.
  • Markdown Renderers - Ships with markdown renderers for structural formatting of AI-generated lists, tables, and code.
  • Inference and Serving - Chat application for self-hosted models on Apple devices.
  • Inference Engines - iOS/macOS app for interacting with self-hosted models.

Star-Verlauf

Star-Verlauf für augustdev/enchantedStar-Verlauf für augustdev/enchanted

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Enchanted

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Enchanted.
  • gluonfield/enchantedAvatar von gluonfield

    gluonfield/enchanted

    5,964Auf GitHub ansehen↗

    Enchanted is iOS and macOS app for chatting with private self hosted language models such as Llama2, Mistral or Vicuna using Ollama.

    Swiftioslarge-language-modelllama
    Auf GitHub ansehen↗5,964
  • oobabooga/text-generation-webuiAvatar von oobabooga

    oobabooga/text-generation-webui

    47,323Auf GitHub ansehen↗

    This project is a comprehensive platform for hosting and interacting with large language models directly on local hardware. It provides a web-based graphical interface that allows users to manage model loading, configure generation parameters, and execute text or chat interactions entirely offline. By running models locally, the software ensures complete data privacy and eliminates reliance on external cloud services for generative tasks. Beyond basic inference, the platform functions as a versatile workbench for generative AI development. It includes an integrated pipeline for fine-tuning mo

    Python
    Auf GitHub ansehen↗47,323
  • nomic-ai/gpt4all-uiAvatar von nomic-ai

    nomic-ai/gpt4all-ui

    4,788Auf GitHub ansehen↗

    gpt4all-ui is a web-based user interface designed for local large language model execution and management. It provides a local execution environment that runs AI models on a user's own hardware to ensure data privacy and eliminate external telemetry. The project features a peer-to-peer inference distribution system that shares computational loads across multiple network nodes to increase processing speed. It includes a multimodal orchestrator that combines text, image, video, and audio models into a single interface, as well as a layered autonomy model for organizing specialized AI agents int

    Python
    Auf GitHub ansehen↗4,788
  • madcowd/ellAvatar von MadcowD

    MadcowD/ell

    5,874Auf GitHub ansehen↗

    Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language model program where the docstring defines the system message and the return value defines the user message. It provides a framework for writing language model programs that can accept and return images, audio, and text natively within message objects, and supports chaining multiple model calls into a single function for multi-step reasoning or test-time compute. The library decouples model selection from client instantiation through a registry that supports multiple provider backe

    Pythonaiprompt-engineering
    Auf GitHub ansehen↗5,874
Alle 30 Alternativen zu Enchanted anzeigen→

Häufig gestellte Fragen

Was macht augustdev/enchanted?

Enchanted ist ein datenschutzorientiertes, plattformübergreifendes Chat-Frontend für die Interaktion mit selbst gehosteten Large Language Models auf iOS und macOS. Es dient als nativer Client für die Kommunikation mit privaten Modellservern und bietet insbesondere eine Integration für die Ollama-API.

Was sind die Hauptfunktionen von augustdev/enchanted?

Die Hauptfunktionen von augustdev/enchanted sind: Private LLM Chat Interfaces, Local Model Chat Interfaces, Ollama Chat Clients, Private Model Connectors, Local Model Management, Multimodal Prompting, Conversation History Stores, Self-Hosted AI Clients.

Welche Open-Source-Alternativen gibt es zu augustdev/enchanted?

Open-Source-Alternativen zu augustdev/enchanted sind unter anderem: gluonfield/enchanted — Enchanted is iOS and macOS app for chatting with private self hosted language models such as Llama2, Mistral or Vicuna… oobabooga/text-generation-webui — This project is a comprehensive platform for hosting and interacting with large language models directly on local… nomic-ai/gpt4all-ui — gpt4all-ui is a web-based user interface designed for local large language model execution and management. It provides… madcowd/ell — Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language… dimillian/movieswiftui — MovieSwiftUI is a movie discovery application built with SwiftUI that integrates with the MovieDB API to retrieve and… vercel/streamdown — Streamdown is a streaming markdown renderer for React that transforms incoming markdown text into sanitized HTML in…