📝 Latest: Introducing Osaurus: Personal AI, Reimagined for Apple SiliconRead →
Dinoki Logo

Your Desktop Pixel AI Companion

C:\\OSAURUS\\README.EXE
               __
              / _)
     _.----._/ /
    /         /
 __/ (  | (  |
/__.-'|_|--|_|

Osaurus

Personal AI, Reimagined for Apple Silicon

A new open-source AI server built natively for Apple Silicon. At just 7 MB, Osaurus makes it effortless to run modern language models on your Mac.

0

GitHub Stars

7 MB

App Size

v1.0

Latest Version

Fully-Open Source, MIT License
C:\\OSAURUS\\QUICKSTART.BAT

>Quick Start

1. Download & Install

Download Osaurus.dmg and drag the app to your Applications folder.

2. Launch Osaurus

Osaurus app screenshot

Open Osaurus from your Applications. It will start serving on localhost:8080.

3. Use with Your Tools

Configure your AI tools to use Osaurus:

# Example: Using with curl
curl http://localhost:8080/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{"messages": [{"role": "user", "content": "Hello!"}]}'

Compatible with OpenAI API Works with Cursor, Continue.dev, and more