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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 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·14 vues

Enchanted

Enchanted est une interface de chat multiplateforme axée sur la confidentialité pour interagir avec des grands modèles de langage auto-hébergés sur iOS et macOS. Il sert de client natif pour communiquer avec des serveurs de modèles privés, fournissant spécifiquement une intégration pour l'API Ollama.

L'application prend en charge les interactions multimodales, permettant aux utilisateurs de combiner texte, pièces jointes d'images et invites vocales. Elle fournit des outils pour la gestion locale des modèles IA, incluant la possibilité de définir des prompts système persistants et de basculer entre différents modèles pour des tâches spécifiques.

L'interface inclut des capacités pour le rendu de tableaux et de blocs de code formatés en Markdown, la conversion des réponses textuelles en parole audible via une synthèse au niveau du système, et la gestion d'un magasin de persistance local pour l'historique des conversations.

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.

Historique des stars

Graphique de l'historique des stars pour augustdev/enchantedGraphique de l'historique des stars pour augustdev/enchanted

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait augustdev/enchanted ?

Enchanted est une interface de chat multiplateforme axée sur la confidentialité pour interagir avec des grands modèles de langage auto-hébergés sur iOS et macOS. Il sert de client natif pour communiquer avec des serveurs de modèles privés, fournissant spécifiquement une intégration pour l'API Ollama.

Quelles sont les fonctionnalités principales de augustdev/enchanted ?

Les fonctionnalités principales de augustdev/enchanted sont : 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.

Quelles sont les alternatives open-source à augustdev/enchanted ?

Les alternatives open-source à augustdev/enchanted incluent : 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…

Alternatives open source à Enchanted

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Enchanted.
  • gluonfield/enchantedAvatar de gluonfield

    gluonfield/enchanted

    5,964Voir sur GitHub↗

    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
    Voir sur GitHub↗5,964
  • oobabooga/text-generation-webuiAvatar de oobabooga

    oobabooga/text-generation-webui

    47,323Voir sur GitHub↗

    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
    Voir sur GitHub↗47,323
  • nomic-ai/gpt4all-uiAvatar de nomic-ai

    nomic-ai/gpt4all-ui

    4,788Voir sur GitHub↗

    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
    Voir sur GitHub↗4,788
  • madcowd/ellAvatar de MadcowD

    MadcowD/ell

    5,874Voir sur GitHub↗

    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
    Voir sur GitHub↗5,874
  • Voir les 30 alternatives à Enchanted→