https://github.com/do-me/tauri-embedanything-ios
Test repo
https://github.com/do-me/tauri-embedanything-ios
Last synced: 22 days ago
JSON representation
Test repo
- Host: GitHub
- URL: https://github.com/do-me/tauri-embedanything-ios
- Owner: do-me
- Created: 2025-01-24T22:33:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:39:15.000Z (3 months ago)
- Last Synced: 2025-03-27T06:30:49.427Z (about 1 month ago)
- Language: TypeScript
- Size: 7.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A dirty fork of https://github.com/inro-digital/tauri-offline-maps for the wonderful working deno config.
This repo is just thought for testing how to generate embeddings in Rust with tauri on iOS (works fine on MacOS).```sh
# install deno
curl -fsSL https://deno.land/install.sh | sh# use nightly
rustup override set nightly# change the hf hub token in lib.rs
# Run App
deno task dev# iOS
cargo tauri ios initcargo tauri ios dev --open
# this will fail but open xcode and set your dev team for signing, thencargo tauri ios dev
```Current error:
Error: 1/0 error Operation not permitted (os error 1)
![]()