Skip to content

Commit

Permalink
Merge pull request #4 from lavafroth/decouple-client-daemon
Browse files Browse the repository at this point in the history
Decouple keystroke input into a secure privileged daemon
  • Loading branch information
lavafroth authored Apr 18, 2024
2 parents e3c6750 + 1868294 commit d17ce41
Show file tree
Hide file tree
Showing 57 changed files with 553 additions and 101 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
models
.direnv
208 changes: 201 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 2 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,2 @@
[package]
name = "tempest"
version = "0.2.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.80"
aprilasr-sys = { path = "src/aprilasr-sys" }
candle-core = "0.4.1"
candle-nn = "0.4.1"
candle-transformers = "0.4.1"
cpal = "0.15.2"
hf-hub = "0.3.2"
log = "0.4.20"
mouse-keyboard-input = "0.4.1"
reqwest = { version = "0.11.24", default-features = false, features = ["json", "blocking", "rustls"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_yaml = "0.9.32"
simple_logger = "4.3.3"
tokenizers = "0.15.2"
trie-rs = "0.2.0"
[workspace]
members = ["client", "daemon"]
Loading

0 comments on commit d17ce41

Please sign in to comment.