You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/overview.mdx
+67-37Lines changed: 67 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,39 +10,82 @@ import TabItem from "@theme/TabItem";
10
10
11
11
# Cortex
12
12
13
-
:::warning
14
-
🚧 Cortex.cpp is currently under development. Our documentation outlines the intended behavior of Cortex, which may not yet be fully implemented in the codebase.
Cortex.cpp is in active development. If you have any questions, please reach out to us on [GitHub](https://github.com/janhq/cortex.cpp/issues/new/choose)
17
+
or [Discord](https://discord.com/invite/FTk2MvZwJH)
15
18
:::
16
19
17
20

18
21
19
-
Cortex.cpp lets you run AI easily on your computer.
20
-
21
-
Cortex.cpp is a C++ command-line interface (CLI) designed as an alternative to Ollama. By default, it runs on the `llama.cpp` engine but also supports other engines, including `ONNX` and `TensorRT-LLM`, making it a multi-engine platform.
22
+
Cortex is a Local AI API Platform that is used to run and customize LLMs.
22
23
23
-
## Supported Accelerators
24
-
- Nvidia CUDA
25
-
- Apple Metal
26
-
- Qualcomm AI Engine
24
+
Key Features:
25
+
- Straightforward CLI (inspired by Ollama)
26
+
- Full C++ implementation, packageable into Desktop and Mobile apps
27
+
- Pull from Huggingface, or Cortex Built-in Model Library
28
+
- Models stored in universal file formats (vs blobs)
@@ -86,17 +129,4 @@ Cortex.cpp supports the following list of [Built-in Models](/models):
86
129
| openhermes-2.5 | 7b-tensorrt-llm-linux-ada | 7B | `cortex run openhermes-2.5:7b-tensorrt-llm-linux-ada`|
87
130
88
131
</TabItem>
89
-
</Tabs>
90
-
:::info
91
-
Cortex.cpp supports pulling `GGUF` and `ONNX` models from the [Hugging Face Hub](https://huggingface.co). Read how to [Pull models from Hugging Face](/docs/hub/hugging-face/)
92
-
:::
93
-
94
-
## Cortex.cpp Versions
95
-
Cortex.cpp offers three different versions of the app, each serving a unique purpose:
96
-
-**Stable**: The official release version of Cortex.cpp, designed for general use with proven stability.
97
-
-**Beta**: This version includes upcoming features still in testing, allowing users to try new functionality before the next official release.
98
-
-**Nightly**: Automatically built every night, this version includes the latest updates and changes from the engineering team but may be unstable.
99
-
100
-
:::info
101
-
Each of these versions has a different CLI prefix command.
0 commit comments