nsugar commited on
Commit
ccf72b3
·
verified ·
1 Parent(s): 07472e2

emu 2.0.0: README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -14
README.md CHANGED
@@ -37,14 +37,16 @@ A product of **CloudKites AI Lab (CloudKites Pty Ltd)**, Sydney, Australia.
37
 
38
  ## ⬇️ Download — which installer do I need?
39
 
40
- emu 2.0.0 ships for **Windows 10/11 (64-bit)** in a **CPU** and a **GPU (CUDA)**
41
- edition — identical in features, differing only in the hardware they use. Pick
42
- **one** from the table (or the **Files** tab). *(A Linux edition is on the way.)*
43
 
44
  | Your computer | Edition | Installer | Size |
45
  |---|---|---|---|
46
  | **Windows + NVIDIA GPU** (GTX 16-series / RTX 20-series or newer) | GPU (CUDA) | [**emu-2.0.0-windows-cuda-setup.exe**](https://huggingface.co/cloudkites/emu/resolve/main/emu-2.0.0-windows-cuda-setup.exe) | ~758 MB |
47
  | **Windows, no NVIDIA GPU** (integrated / AMD / Intel graphics) | CPU | [**emu-2.0.0-windows-cpu-setup.exe**](https://huggingface.co/cloudkites/emu/resolve/main/emu-2.0.0-windows-cpu-setup.exe) | ~62 MB |
 
 
48
 
49
  **One quick question decides it:** **do you have an NVIDIA GPU** with Compute
50
  Capability 7.5+ (GTX 16-series / RTX 20-series or newer) **and a current NVIDIA
@@ -56,11 +58,13 @@ choose CPU.
56
  Not sure? The **CPU** edition runs everywhere — including on machines with a GPU —
57
  so it's always a safe choice; you can install the CUDA edition later.
58
 
59
- The installers are **code-signed by CloudKites Pty Ltd** (Microsoft Azure Trusted
60
- Signing) and self-contained — the GPU editions bundle the NVIDIA CUDA/cuDNN
61
- runtime, so there is nothing else to install. AI models are **not** in the
62
- installer; on first run emu offers to download the model bundle(s) you choose into
63
- your local models folder, after which everything runs offline.
 
 
64
 
65
  📄 **Need help choosing or installing?** See
66
  [**Download & Installation Guide (PDF)**](https://huggingface.co/cloudkites/emu/resolve/main/DOWNLOAD_INSTALL_GUIDE.pdf).
@@ -99,12 +103,12 @@ inference.
99
 
100
  | Component | Minimum | Recommended |
101
  |---|---|---|
102
- | Operating system | Windows 10/11 (64-bit) | Windows 11 |
103
  | Processor | 64-bit CPU with **AVX2** (Intel 2013+ / AMD 2015+ — virtually any modern CPU) | Recent multi-core CPU |
104
  | Memory | **16 GB RAM** | 32 GB RAM |
105
  | Free disk | **8 GB** (app + first model) | 20 GB+ |
106
  | GPU *(CUDA editions only)* | **NVIDIA**, Compute Capability **7.5+** (Turing / GTX 16-series, RTX 20-series or newer), 6–8 GB VRAM | Compute Capability 8.6+ (RTX 30-series or newer), 12 GB+ VRAM |
107
- | NVIDIA driver *(CUDA editions only)* | Driver supporting **CUDA 13** — Windows release **595.xx or newer**; simplest is the **latest** Game Ready / Studio driver | Latest available |
108
  | Internet | Once, to download model bundles on first use | — |
109
 
110
  > **CUDA edition — what you need (and don't).** You only need an **NVIDIA driver**;
@@ -119,9 +123,16 @@ inference.
119
 
120
  ## 🛠️ Install
121
 
122
- Double-click the `.exe`. If SmartScreen appears, confirm the publisher reads
123
- **CLOUDKITES PTY LTD**, choose **Run**, accept the licence, and finish. Shortcuts
124
- are created in the Start menu and on the Desktop.
 
 
 
 
 
 
 
125
 
126
  On first run, open the model picker and let emu download a chat model suited to
127
  your hardware.
@@ -166,7 +177,7 @@ Read these for full details (also on the **Files** tab):
166
 
167
  emu is **proprietary software distributed free of charge** © 2026 CloudKites Pty
168
  Ltd (CloudKites AI Lab), ABN 91 633 195 874. It is provided in compiled (binary)
169
- form for Windows.
170
 
171
  - ✅ **Free to use** — personal or commercial, on any number of devices.
172
  - ✅ **Free to redistribute** — share the **complete, unmodified** official
 
37
 
38
  ## ⬇️ Download — which installer do I need?
39
 
40
+ emu 2.0.0 ships for **Windows 10/11 (64-bit)** and **Linux (x86-64)**, each in a
41
+ **CPU** and a **GPU (CUDA)** edition — identical in features, differing only in the
42
+ hardware they use. Pick **one** from the table (or the **Files** tab).
43
 
44
  | Your computer | Edition | Installer | Size |
45
  |---|---|---|---|
46
  | **Windows + NVIDIA GPU** (GTX 16-series / RTX 20-series or newer) | GPU (CUDA) | [**emu-2.0.0-windows-cuda-setup.exe**](https://huggingface.co/cloudkites/emu/resolve/main/emu-2.0.0-windows-cuda-setup.exe) | ~758 MB |
47
  | **Windows, no NVIDIA GPU** (integrated / AMD / Intel graphics) | CPU | [**emu-2.0.0-windows-cpu-setup.exe**](https://huggingface.co/cloudkites/emu/resolve/main/emu-2.0.0-windows-cpu-setup.exe) | ~62 MB |
48
+ | **Linux + NVIDIA GPU** (GTX 16-series / RTX 20-series or newer) | GPU (CUDA) | [**emu-2.0.0-linux-cuda.run**](https://huggingface.co/cloudkites/emu/resolve/main/emu-2.0.0-linux-cuda.run) | ~866 MB |
49
+ | **Linux, no NVIDIA GPU** (integrated / AMD / Intel graphics) | CPU | [**emu-2.0.0-linux-cpu.run**](https://huggingface.co/cloudkites/emu/resolve/main/emu-2.0.0-linux-cpu.run) | ~119 MB |
50
 
51
  **One quick question decides it:** **do you have an NVIDIA GPU** with Compute
52
  Capability 7.5+ (GTX 16-series / RTX 20-series or newer) **and a current NVIDIA
 
58
  Not sure? The **CPU** edition runs everywhere — including on machines with a GPU —
59
  so it's always a safe choice; you can install the CUDA edition later.
60
 
61
+ The **Windows** installers are **code-signed by CloudKites Pty Ltd** (Microsoft
62
+ Azure Trusted Signing); the **Linux** `.run` installers are served over HTTPS
63
+ (Linux has no OS-level code-signing equivalent). All editions are self-contained
64
+ the GPU editions bundle the NVIDIA CUDA/cuDNN runtime, so there is nothing else to
65
+ install. AI models are **not** in the installer; on first run emu offers to
66
+ download the model bundle(s) you choose into your local models folder, after which
67
+ everything runs offline.
68
 
69
  📄 **Need help choosing or installing?** See
70
  [**Download & Installation Guide (PDF)**](https://huggingface.co/cloudkites/emu/resolve/main/DOWNLOAD_INSTALL_GUIDE.pdf).
 
103
 
104
  | Component | Minimum | Recommended |
105
  |---|---|---|
106
+ | Operating system | Windows 10/11 (64-bit) **or** Linux (x86-64, modern distro) | Windows 11 / a current Linux distro |
107
  | Processor | 64-bit CPU with **AVX2** (Intel 2013+ / AMD 2015+ — virtually any modern CPU) | Recent multi-core CPU |
108
  | Memory | **16 GB RAM** | 32 GB RAM |
109
  | Free disk | **8 GB** (app + first model) | 20 GB+ |
110
  | GPU *(CUDA editions only)* | **NVIDIA**, Compute Capability **7.5+** (Turing / GTX 16-series, RTX 20-series or newer), 6–8 GB VRAM | Compute Capability 8.6+ (RTX 30-series or newer), 12 GB+ VRAM |
111
+ | NVIDIA driver *(CUDA editions only)* | Driver supporting **CUDA 13** — Windows release **595.xx or newer** (Linux **R595+**); simplest is the **latest** Game Ready / Studio driver | Latest available |
112
  | Internet | Once, to download model bundles on first use | — |
113
 
114
  > **CUDA edition — what you need (and don't).** You only need an **NVIDIA driver**;
 
123
 
124
  ## 🛠️ Install
125
 
126
+ **Windows:** double-click the `.exe`. If SmartScreen appears, confirm the publisher
127
+ reads **CLOUDKITES PTY LTD**, choose **Run**, accept the licence, and finish.
128
+ Shortcuts are created in the Start menu and on the Desktop.
129
+
130
+ **Linux:** make the download executable and run it —
131
+ `chmod +x emu-2.0.0-linux-*.run && ./emu-2.0.0-linux-*.run` — then follow the
132
+ installer wizard. It adds an application-menu entry; emu is self-contained (Qt and,
133
+ for the CUDA edition, the NVIDIA runtime are bundled — you only need an NVIDIA
134
+ driver). Microphone dictation uses your system recorder (PipeWire/PulseAudio/ALSA),
135
+ present on any desktop Linux.
136
 
137
  On first run, open the model picker and let emu download a chat model suited to
138
  your hardware.
 
177
 
178
  emu is **proprietary software distributed free of charge** © 2026 CloudKites Pty
179
  Ltd (CloudKites AI Lab), ABN 91 633 195 874. It is provided in compiled (binary)
180
+ form for Windows and Linux (x86-64).
181
 
182
  - ✅ **Free to use** — personal or commercial, on any number of devices.
183
  - ✅ **Free to redistribute** — share the **complete, unmodified** official