Commit 4866e6a
Merge main into smonga/wispr_flow_clone
Resolved 7 merge conflicts:
- Package.swift: Keep WhisperKit product + ragProducts() + split ONNX binaries
- RunAnywhereAIApp.swift: Keep both WhisperKit + RAG embedding models
- CMakeLists.txt: Add RAG backend build + combined backend summary
- build-ios.sh: Keep library format xcframeworks + macOS slices
- tests/CMakeLists.txt: Combine integration tests + RAG GoogleTests
- AudioCaptureManager.swift: Keep Bluetooth workaround + ceil() fix
- RunAnywhere+ModelManagement.swift: Keep framework param for STT loading
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>389 files changed
Lines changed: 58006 additions & 11499 deletions
File tree
- .github/workflows
- .idea
- docs/impl
- examples
- android
- RunAnyWhereLora
- .idea
- app
- src
- androidTest/java/com/runanywhere/run_anywhere_lora
- main
- java/com/runanywhere/run_anywhere_lora
- ui/theme
- res
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- xml
- test/java/com/runanywhere/run_anywhere_lora
- gradle/wrapper
- RunAnywhereAI
- app
- src/main/java/com/runanywhere/runanywhereai
- domain/services
- presentation
- chat/components
- models
- rag
- flutter/RunAnywhereAI
- ios
- Runner.xcodeproj
- Runner
- lib
- app
- core/services
- features
- models
- vision
- ios/RunAnywhereAI
- RunAnywhereAI.xcodeproj
- RunAnywhereAI
- App
- Features
- Chat
- Models
- ViewModels
- Views
- Models
- RAG
- Services
- ViewModels
- Views
- react-native/RunAnywhereAI
- android
- app
- src/main
- java/com/runanywhereaI
- res
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- raw
- ios
- RunAnywhereAI
- patches
- src
- components/model
- hooks
- screens
- services
- types
- gradle
- sdk
- runanywhere-commons
- cmake
- exports
- include
- backends/rag
- rac
- backends
- core
- features
- llm
- rag
- infrastructure/model_management
- scripts
- src
- backends
- llamacpp
- onnx
- rag
- jni
- whispercpp
- features/llm
- infrastructure/model_management
- jni
- tests
- runanywhere-flutter/packages
- runanywhere_llamacpp/lib
- native
- runanywhere/lib
- core/types
- foundation/error_types
- native
- public
- extensions
- types
- runanywhere-kotlin
- modules/runanywhere-core-rag
- src
- commonMain/kotlin/com/runanywhere/sdk/rag
- jvmAndroidMain/kotlin/com/runanywhere/sdk/rag
- scripts
- src
- commonMain/kotlin/com/runanywhere/sdk
- core/types
- foundation
- public
- events
- extensions
- LLM
- Models
- RAG
- jvmAndroidMain/kotlin/com/runanywhere/sdk
- foundation/bridge/extensions
- native/bridge
- public/extensions
- rag
- runanywhere-react-native
- packages
- core
- android
- cpp
- bridges
- src
- Foundation/Security
- Public
- Extensions
- native
- services
- Network
- specs
- types
- llamacpp
- android
- cpp
- bridges
- src
- native
- specs
- onnx
- android
- src/native
- rag
- android
- src/main
- cpp
- java/com/margelo/nitro/runanywhere/rag
- cpp
- example
- ios
- Headers
- Libraries
- rac_backend_onnx.xcframework
- rac_backend_rag.xcframework
- nitrogen/generated
- android
- c++
- kotlin/com/margelo/nitro/runanywhere/rag
- ios
- c++
- swift
- scripts
- src
- specs
- scripts
- runanywhere-swift
- Sources
- LlamaCPPRuntime/include
- RAGRuntime
- include
- RunAnywhere
- CRACommons/include
- Core/Types
- Features/Diffusion
- Foundation
- Bridge/Extensions
- Errors
- Infrastructure
- Download/Utilities
- Events
- Public
- Extensions
- Diffusion
- LLM
- Models
- RAG
- VLM
- Sessions
- scripts
- runanywhere-web
- packages/core
- src
- Foundation
- Infrastructure
- Public
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
195 | 201 | | |
196 | 202 | | |
197 | 203 | | |
| |||
378 | 384 | | |
379 | 385 | | |
380 | 386 | | |
| 387 | + | |
| 388 | + | |
381 | 389 | | |
382 | 390 | | |
383 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| 82 | + | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
84 | | - | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| |||
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
148 | | - | |
| 154 | + | |
| 155 | + | |
149 | 156 | | |
150 | 157 | | |
151 | 158 | | |
| |||
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
| 174 | + | |
| 175 | + | |
167 | 176 | | |
168 | 177 | | |
169 | 178 | | |
| |||
184 | 193 | | |
185 | 194 | | |
186 | 195 | | |
| 196 | + | |
187 | 197 | | |
188 | 198 | | |
189 | 199 | | |
| |||
220 | 230 | | |
221 | 231 | | |
222 | 232 | | |
223 | | - | |
| 233 | + | |
224 | 234 | | |
225 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
226 | 288 | | |
227 | 289 | | |
228 | 290 | | |
| |||
250 | 312 | | |
251 | 313 | | |
252 | 314 | | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
253 | 319 | | |
254 | 320 | | |
255 | 321 | | |
| |||
273 | 339 | | |
274 | 340 | | |
275 | 341 | | |
276 | | - | |
| 342 | + | |
277 | 343 | | |
278 | 344 | | |
279 | 345 | | |
| |||
300 | 366 | | |
301 | 367 | | |
302 | 368 | | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
303 | 382 | | |
304 | | - | |
| 383 | + | |
0 commit comments