File size: 3,732 Bytes
8629504
 
 
 
 
 
c26709e
8629504
c26709e
8629504
c26709e
8629504
c26709e
 
 
 
 
8629504
 
 
 
c26709e
8629504
 
f38c051
c26709e
 
 
 
 
 
8629504
 
c26709e
8629504
c26709e
8629504
c26709e
8629504
c26709e
 
 
 
8629504
c26709e
8629504
c26709e
8629504
c26709e
5d151b9
c26709e
f38c051
c26709e
 
 
f38c051
c26709e
f38c051
c26709e
f38c051
 
 
c26709e
f38c051
c26709e
f38c051
c26709e
f38c051
c26709e
 
 
 
 
 
 
 
 
 
 
 
f38c051
c26709e
f38c051
c26709e
f38c051
c26709e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8629504
 
 
c26709e
8629504
c26709e
 
 
 
 
 
 
 
 
8629504
c26709e
f38c051
c26709e
8629504
 
 
c26709e
8629504
c26709e
8629504
c26709e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8629504
 
 
c26709e
8629504
c26709e
f38c051
c26709e
8629504
c26709e
8629504
c26709e
8629504
c26709e
8629504
c26709e
 
 
8629504
c26709e
8629504
c26709e
8629504
c26709e
8629504
c26709e
8629504
 
 
c26709e
8629504
c26709e
8629504
c26709e
8629504
c26709e
8629504
 
 
c26709e
 
 
 
 
 
 
 
 
 
 
8629504
c26709e
f38c051
c26709e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
---
language:
  - cs
  - sk
  - en
  - de

license: apache-2.0

base_model: EuroLLM-9B

quantization: Q8_0

pipeline_tag: text-generation

library_name: llama.cpp

tags:
  - gguf
  - llama.cpp
  - offline
  - offline-first
  - local-ai
  - multilingual
  - ai-runtime
  - webui
  - cli
  - voice
  - speech-to-text
  - text-to-speech
  - privacy
---

# Offline AI Runtime 3.0 – EuroLLM-9B-Q8_0 (GGUF)

Offline AI Runtime 3.0 is a fully local AI runtime environment focused on digital sovereignty, privacy, and user-controlled AI.

Everything runs entirely on your own computer.

**No cloud.**  
**No telemetry.**  
**No tracking.**  
**No subscriptions.**

Powered by **llama.cpp**.

---

# πŸ–₯️ Runtime Interfaces

Offline AI provides multiple ways to interact with local AI:

- Terminal (CLI)
- Modern Web UI
- Voice interaction (Speech-to-Text + Text-to-Speech)

All interfaces use the same local runtime and the same locally running language models.

![Terminal or Web UI](Terminal_WebUI.png)

---

# ✨ What's New in 3.0

Offline AI has evolved from a simple model launcher into a complete local AI runtime platform.

New features include:

- Modern Web UI
- Structured CLI runtime
- Voice conversations (STT + TTS)
- Runtime model switching
- Model lifecycle management
- Model alias system
- Workspace profiles
- Conversation snapshots
- Notes system
- Runtime diagnostics
- Administrative control mode
- Improved modular architecture

Designed for running multiple local AI models inside a unified offline environment.

---

# 🧠 Runtime Architecture

```text
CLI / Web UI / Voice
          β”‚
          β–Ό
 Offline AI Runtime
          β”‚
 β”œβ”€β”€ Profiles
 β”œβ”€β”€ Notes
 β”œβ”€β”€ Snapshots
 β”œβ”€β”€ Diagnostics
 β”œβ”€β”€ Voice
 β”œβ”€β”€ Model Manager
 └── Runtime Commands
          β”‚
          β–Ό
      llama.cpp
          β”‚
          β–Ό
     GGUF Models
```

The Python runtime acts as the orchestration layer while **llama.cpp** provides efficient local inference with real-time token streaming.

---

# πŸ”§ Technical Information

| Component | Value |
|-----------|-------|
| Base model | EuroLLM-9B |
| Quantization | Q8_0 |
| Format | GGUF |
| Runtime | Offline AI Runtime 3.0 |
| Inference Engine | llama.cpp |
| Recommended RAM | 16 GB |
| Platforms | macOS β€’ Windows β€’ Linux |

This repository distributes an **unmodified quantized GGUF version** of EuroLLM-9B.

The original model has **not been fine-tuned or modified** as part of this project.

---

# πŸ” Project Philosophy

Offline AI explores a different direction for modern AI.

The project demonstrates that:

- AI can work without cloud services.
- AI belongs to its owner.
- Privacy should be the default.
- Users should control their own models.
- Local-first AI is a viable architecture.

Offline AI promotes:

- Digital sovereignty
- Local-first computing
- Transparent system design
- Open AI ecosystems
- Privacy by default

---

# πŸ“„ Model Origin & License

**Base Model**

EuroLLM-9B

**Authors**

EuroLLM Consortium

**Base Model License**

Apache License 2.0

**Runtime Engine**

llama.cpp (MIT License)

**Offline AI Runtime**

Β© David KΓ‘ninskΓ½

All components are distributed in accordance with their respective licenses.

---

# ⚠️ Disclaimer

Offline AI is an educational and experimental runtime environment.

Generated responses may contain inaccuracies and should not be used as the sole basis for legal, medical, financial, or other high-risk decisions.

Users are responsible for how the software and generated content are used.

---

# 🌍 Project

**Website**

https://OfflineAI.online

Additional domains:

- OfflineAI.cz
- OfflineAI.sk
- OfflineAI.de

**Author**

David KΓ‘ninskΓ½