新觅源码分享开源软件分享 · XinMiCode

登录|注册

消息开通会员
新觅源码分享

开源软件分享,只收取会员费

关于我们用户协议隐私政策会员协议开源许可开通会员全部标签

Gitea微信公众号 · 新觅

© 2026 新觅源码分享. 保留所有权利。

客服反馈

AI 选型助手

描述你的需求,我来帮你选型

说说行业与场景,我会从目录里最多推荐 3 个项目。

Enter 发送 · 游客 20 次/时

首页AI工具开源项目技术教程会员专区我的领取
  1. 首页
  2. ›正文

本页导航

  • 项目介绍
  • 仓库预览
  • 交付方式
  • 用户评论

内容大纲

  • Download
  • macOS
  • Windows
  • Linux
  • Docker
  • Libraries
  • Community
  • Get started
  • Coding
  • AI assistant
  • Chat with a model
  • REST API
  • Python
  • JavaScript
  • Supported backends
  • Documentation
  • Community Integrations
  • Chat Interfaces
  • Web
  • Desktop

ollama

觅心米1小时前更新000
登录查看交付
ollama
AI 摘要

Get up and running with Kimi, GLM, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

项目简介

<p align="center"> <a href="https://ollama.com"> <img src="https://github.com/ollama/ollama/assets/3325447/0d0b44e2-8f4a-4e99-9b52-a5c1c741c8f7" alt="ollama" width="200"/> </a> </p>

Ollama

Start building with open models.

Download

macOS

curl -fsSL https://ollama.com/install.sh | sh

or download manually

Windows

irm https://ollama.com/install.ps1 | iex

or download manually

Linux

curl -fsSL https://ollama.com/install.sh | sh

Manual install instructions

Docker

The official Ollama Docker image ollama/ollama is available on Docker Hub.

Libraries

  • ollama-python
  • ollama-js

Community

  • Discord
  • 𝕏 (Twitter)
  • Reddit

Get started

ollama

You'll be prompted to run a model or connect Ollama to your existing agents or applications such as Claude Code, OpenClaw, OpenCode , Codex, Copilot, and more.

Coding

To launch a specific integration:

ollama launch claude
源码

觉得不错?点个赞吧!

0

仓库预览

pelmanmoe80-dev/ollama·main

只读预览

正在加载目录…

商品简介
<p align="center"> <a href="https://ollama.com"> <img src="https://github.com/ollama/ollama/assets/3325447/0d0b44e2-8f4a-4e99-9b52-a5c1c741c8f7" alt="ollama" width="200"/> </a> </p>

Ollama

Start building with open models.

Download

macOS

curl -fsSL https://ollama.com/install.sh | sh

or download manually

Windows

irm https://ollama.com/install.ps1 | iex

or download manually

Linux

curl -fsSL https://ollama.com/install.sh | sh

Manual install instructions

Docker

The official Ollama Docker image ollama/ollama is available on Docker Hub.

Libraries

  • ollama-python
  • ollama-js

Community

  • Discord
  • 𝕏 (Twitter)
  • Reddit

Get started

ollama

You'll be prompted to run a model or connect Ollama to your existing agents or applications such as Claude Code, OpenClaw, OpenCode , Codex, Copilot, and more.

Coding

To launch a specific integration:

ollama launch claude

Supported integrations include Claude Code, Codex, Copilot CLI, DeepSeek Harness, Droid, and OpenCode.

AI assistant

Use OpenClaw to turn Ollama into a personal AI assistant across WhatsApp, Telegram, Slack, Discord, and more:

ollama launch openclaw

Chat with a model

Run and chat with Gemma 4:

ollama run gemma4

See ollama.com/library for the full list.

See the quickstart guide for more details.

REST API

Ollama has a REST API for running and managing models.

curl http://localhost:11434/api/chat -d '{
  "model": "gemma4",
  "messages": [{
    "role": "user",
    "content": "Why is the sky blue?"
  }],
  "stream": false
}'

See the API documentation for all endpoints.

Python

pip install ollama
from ollama import chat

response = chat(model='gemma4', messages=[
  {
    'role': 'user',
    'content': 'Why is the sky blue?',
  },
])
print(response.message.content)

JavaScript

npm i ollama
import ollama from "ollama";

const response = await ollama.chat({
  model: "gemma4",
  messages: [{ role: "user", content: "Why is the sky blue?" }],
});
console.log(response.message.content);

Supported backends

  • llama.cpp project founded by Georgi Gerganov.

Documentation

  • CLI reference
  • REST API reference
  • Importing models
  • Modelfile reference
  • Building from source

Community Integrations

Want to add your project? Open a pull request.

Chat Interfaces

Web

  • Open WebUI - Extensible, self-hosted AI interface
  • Onyx - Connected AI workspace
  • LibreChat - Enhanced ChatGPT clone with multi-provider support
  • Lobe Chat - Modern chat framework with plugin ecosystem (docs)
  • NextChat - Cross-platform ChatGPT UI (docs)
  • Perplexica - AI-powered search engine, open-source Perplexity alternative
  • big-AGI - AI suite for professionals
  • Lollms WebUI - Multi-model web interface
  • ChatOllama - Chatbot with knowledge bases
  • Bionic GPT - On-premise AI platform
  • Chatbot UI - ChatGPT-style web interface
  • Hollama - Minimal web interface
  • Chatbox - Desktop and web AI client
  • chat - Chat web app for teams
  • Ollama RAG Chatbot - Chat with multiple PDFs using RAG
  • Tkinter-based client - Python desktop client

Desktop

  • Dify.AI - LLM app development platform
  • AnythingLLM - All-in-one AI app for Mac, Windows, and Linux
  • Maid - Cross-platform mobile and desktop client
  • Witsy - AI desktop app for Mac, Windows, and Linux
  • Cherry Studio - Multi-provider desktop client
  • Ollama App - Multi-platform client for desktop and mobile
  • PyGPT - AI desktop assistant for Linux, Windows, and Mac
  • Alpaca - GTK4 client for Linux and macOS
  • SwiftChat - Cross-platform including iOS, Android, and Apple Vis

未领取也可只读浏览目录与文本文件。领取后获得夸克网盘永久分享(含提取码)。

交付方式

登录后即可查看 pelmanmoe80-dev/ollama 的夸克网盘永久分享(含提取码)。上方仓库预览无需登录也可浏览。

登录查看交付

评论0

登录 后才能发表评论。提交后需管理员审核才会公开。

还没有公开评论。登录后可以提交,审核通过后会出现在这里。

相关推荐

ohmyzsh
公开新上架

ohmyzsh

🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python,…

觅心米1小时前
公开领取00
公开新上架

markitdown

Python tool for converting files and office documents to Markdown.

今日推荐

云睿资产管理系统
精选

云睿资产管理系统

会员可领

热门推荐

  1. 1
    云睿资产管理系统

    云睿资产管理系统

    面向数据中心运维的资产管理源码,覆盖机房机柜设备全生命周期,支持 3D 可视化、工单与盘点。

    会员可领

  2. 2

    Omarchy:漂亮、现代且固执己见的 Linux 发行版

    由 DHH 打造的漂亮、有趣且智能的 Linux 发行版,提供精心配置的桌面、开发工具与统一体验。

    公开领取

  3. 3
    skill

ollama

公开领取

登录查看交付

Supported integrations include Claude Code, Codex, Copilot CLI, DeepSeek Harness, Droid, and OpenCode.

AI assistant

Use OpenClaw to turn Ollama into a personal AI assistant across WhatsApp, Telegram, Slack, Discord, and more:

ollama launch openclaw

Chat with a model

Run and chat with Gemma 4:

ollama run gemma4

See ollama.com/library for the full list.

See the quickstart guide for more details.

REST API

Ollama has a REST API for running and managing models.

curl http://localhost:11434/api/chat -d '{
  "model": "gemma4",
  "messages": [{
    "role": "user",
    "content": "Why is the sky blue?"
  }],
  "stream": false
}'

See the API documentation for all endpoints.

Python

pip install ollama
from ollama import chat

response = chat(model='gemma4', messages=[
  {
    'role': 'user',
    'content': 'Why is the sky blue?',
  },
])
print(response.message.content)

JavaScript

npm i ollama
import ollama from "ollama";

const response = await ollama.chat({
  model: "gemma4",
  messages: [{ role: "user", content: "Why is the sky blue?" }],
});
console.log(response.message.content);

Supported backends

  • llama.cpp project founded by Georgi Gerganov.

Documentation

  • CLI reference
  • REST API reference
  • Importing models
  • Modelfile reference
  • Building from source

Community Integrations

Want to add your project? Open a pull request.

Chat Interfaces

Web

  • Open WebUI - Extensible, self-hosted AI interface
  • Onyx - Connected AI workspace
  • LibreChat - Enhanced ChatGPT clone with multi-provider support
  • Lobe Chat - Modern chat framework with plugin ecosystem (docs)
  • NextChat - Cross-platform ChatGPT UI (docs)
  • Perplexica - AI-powered search engine, open-source Perplexity alternative
  • big-AGI - AI suite for professionals
  • Lollms WebUI - Multi-model web interface
  • ChatOllama - Chatbot with knowledge bases
  • Bionic GPT - On-premise AI platform
  • Chatbot UI - ChatGPT-style web interface
  • Hollama - Minimal web interface
  • Chatbox - Desktop and web AI client
  • chat - Chat web app for teams
  • Ollama RAG Chatbot - Chat with multiple PDFs using RAG
  • Tkinter-based client - Python desktop client

Desktop

  • Dify.AI - LLM app development platform
  • AnythingLLM - All-in-one AI app for Mac, Windows, and Linux
  • Maid - Cross-platform mobile and desktop client
  • Witsy - AI desktop app for Mac, Windows, and Linux
  • Cherry Studio - Multi-provider desktop client
  • Ollama App - Multi-platform client for desktop and mobile
  • PyGPT - AI desktop assistant for Linux, Windows, and Mac
  • Alpaca - GTK4 client for Linux and macOS
  • SwiftChat - Cross-platform including iOS, Android, and Apple Vis
觅心米1小时前
公开领取00
printfilm
公开新上架

printfilm

PRINTFILM:AI 科普视频与漫剧创作平台

觅心米6小时前
公开领取10
公开新上架

FckSignups

A list of tools that are open-source, in-browser, and require no-signups!

觅心米1天前
公开领取20

skill

收录最全、更新最快的技能Skills商店:精选原创技能包(涵盖文档处理、内容创作、编程开发、机器学习、自动化工作流),全部打包好可直接安装使用!同时自动抓取GitHub上万个Skills项目,按分类、更新时间、Star数量整理。The most comprehensive and frequently updated AI Agent skill library, featuring curat…

公开领取

  • 4
    fmt:现代 C++ 高性能格式化库

    fmt:现代 C++ 高性能格式化库

    fmt 是一个开源 C++ 格式化库,提供快速、类型安全的字符串格式化,替代传统 printf 和 iostreams。支持 C++20 std::format 等现代特性,高性能且易于使用。

    公开领取

  • 5
    灵犀 Studio 多模型AI Agent管理控制台源码

    灵犀 Studio 多模型AI Agent管理控制台源码

    私有化部署的一体化AI工作台,支持多模型对话、渠道接入、用量分析、任务调度与运维管理,开箱即用。

    会员可领

  • 会员专属权益

    开通会员后,即可领取全部仅会员项目;公开项目登录就能领。

    立即开通会员 →

    标签云

    100天闭包财务系统操作系统大纲生成代码编辑器代码知识图谱调试对象多媒体工具多模型多模型支持多语言发行版高性能格式化全部 115

    社区公告

    • 09-08项目评论已开放,登录后提交,审核通过即展示。
    • 09-01微信公众号验证码登录可用,订阅号也能进站。
    • 08-22领取成功即可获得夸克网盘永久分享(含提取码)。