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
cocktailpeanut avatar

cocktailpeanut/dalai

0
View on GitHub↗
12,920 stars·1,334 forks·CSS·10 viewscocktailpeanut.github.io/dalai↗

Dalai

The simplest way to run LLaMA on your local machine

Features

  • Local LLM Execution - Executes large language models directly on a personal computer without cloud connectivity.
  • Local - Starts a web server that exposes a locally installed language model for inference requests.
  • Model Installers - Downloads specific model variants by name from a CDN for local use.
  • Model - Exposes the model runtime as a RESTful HTTP server for remote inference requests and parameter tuning.
  • Local Model Execution - Executes language models directly on a personal computer without requiring cloud connectivity.
  • Local Model Integrations - Enables sending a text prompt to a locally running model and receiving the generated completion in return.
  • Local Model Runners - Runs large language models on a personal computer without requiring cloud connectivity.
  • LLM API Servers - Starts an HTTP server exposing a locally running language model for inference requests.
  • Local LLM API Servers - Starts an HTTP server that exposes the locally running language model for interaction through a web interface or API.
  • Local Model Query APIs - Provides an API to send prompts to a locally running model and receive streamed text responses.
  • Local LLM Execution - Downloads and runs large language models on a local machine using a single command-line instruction.
  • Large Language Model Deployments - Loads and executes large language models on a personal computer using a command-line tool.
  • Model Managers - Manages language models through terminal commands for local use.
  • LLaMA Runners - Executes LLaMA models locally using a simple command-line interface.
  • LLM Servers - Serves a locally running language model through an HTTP API for remote inference.
  • C++ Inference Runtimes - Loads and executes large language models directly in C++ for maximum performance on local hardware.
  • Local LLM Installers - Downloads and configures a large language model on the local machine for offline use.
  • Model Installers - Downloads and configures model files from a content delivery network using a single terminal command.
  • Docker Container Deployments - Packages the entire application and model into a Docker container for isolated, reproducible execution.
  • LLM Docker Images - Builds and runs a language model inside a Docker container with persistent storage and network access.
  • LLM Deployments - Deploys and runs language models inside a Docker container for isolated execution.
  • Model Deployments - Runs language models inside Docker containers for isolated execution.
  • Token Streaming - Streams generated text token-by-token over a socket.io connection for real-time browser interaction.
  • LLM Integrations - Embeds a language model runtime into a Node.js application for programmatic use.
  • Model Embedding Runtimes - Allows integrating the model runtime into an existing Node.js project for programmatic use without a separate server.
  • Model Streaming Over WebSocket - Starts a socket.io server that exposes the model so browsers or other applications can query it remotely.

Star history

Star history chart for cocktailpeanut/dalaiStar history chart for cocktailpeanut/dalai

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Dalai

Similar open-source projects, ranked by how many features they share with Dalai.
  • pytorch/executorchpytorch avatar

    pytorch/executorch

    4,296View on GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Pythondeep-learningembeddedgpu
    View on GitHub↗4,296
  • mistralai/mistral-inferencemistralai avatar

    mistralai/mistral-inference

    10,819View on GitHub↗

    Mistral Inference is a library for running Mistral large language models on a GPU, generating text from prompts with token streaming. It loads pretrained model weights from local disk or a remote registry into GPU memory, then produces output tokens one by one for real-time display in interactive applications. The library supports multimodal prompts that accept image URLs alongside text, enabling visual description and reasoning. It includes content safety guardrails that scan generated text against predefined policies to block or flag policy violations. For structured interactions, it provid

    Jupyter Notebookllmllm-inferencemistralai
    View on GitHub↗10,819
  • llmquant/quant-wikiLLMQuant avatar

    LLMQuant/quant-wiki

    3,041View on GitHub↗

    quant-wiki is a comprehensive knowledge base and structured reference for quantitative finance, financial engineering, and algorithmic trading. It serves as a centralized library of documentation covering mathematical models, financial instruments, and systematic trading strategies. The project integrates AI-driven capabilities through a modular retrieval-augmented generation framework that extracts structured data from research papers and news. It features a multi-agent workflow engine designed to discover and validate predictive alpha factors, alongside tools for local large language model

    quantitative-financequantitative-tradingwiki
    View on GitHub↗3,041
  • hoper-j/ai-guide-and-demos-zh_cnHoper-J avatar

    Hoper-J/AI-Guide-and-Demos-zh_CN

    4,199View on GitHub↗

    This project is a comprehensive learning resource and set of demonstrations focused on large language model integration, deployment, and fine-tuning. It provides educational content and practical guides for working with artificial intelligence models. The resource includes specific tutorials and courses on adapting pre-trained models to specialized datasets using parameter-efficient fine-tuning techniques. It also provides instructional content for running quantized models on consumer hardware and building retrieval augmented generation pipelines using vector databases and document indexing.

    Python
    View on GitHub↗4,199
See all 30 alternatives to Dalai→

Frequently asked questions

What does cocktailpeanut/dalai do?

The simplest way to run LLaMA on your local machine

What are the main features of cocktailpeanut/dalai?

The main features of cocktailpeanut/dalai are: Local LLM Execution, Local, Model Installers, Model, Local Model Execution, Local Model Integrations, Local Model Runners, LLM API Servers.

What are some open-source alternatives to cocktailpeanut/dalai?

Open-source alternatives to cocktailpeanut/dalai include: pytorch/executorch — ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It… mistralai/mistral-inference — Mistral Inference is a library for running Mistral large language models on a GPU, generating text from prompts with… jundot/omlx — omlx is a local inference server designed to run large language models, vision models, and embedding models on Apple… llmware-ai/llmware — llmware is a Python framework for AI agent orchestration and model management, designed to coordinate multi-model… hoper-j/ai-guide-and-demos-zh_cn — This project is a comprehensive learning resource and set of demonstrations focused on large language model… llmquant/quant-wiki — quant-wiki is a comprehensive knowledge base and structured reference for quantitative finance, financial engineering,…