Skip to content

do-me/tauri-embedanything-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

# 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 init

cargo tauri ios dev --open 
# this will fail but open xcode and set your dev team for signing, then

cargo tauri ios dev

Current error:

Error: 1/0 error Operation not permitted (os error 1)

image

About

Test repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published