This website requires JavaScript.
Explore
Help
Sign in
GeneralBots
/
botapp
Watch
2
Star
0
Fork
You've already forked botapp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b5ee6e061a
botapp
/
src
/
lib.rs
3 lines
18 B
Rust
Raw
Normal View
History
Unescape
Escape
Update botapp
2025-12-21 23:40:38 -03:00
Initial botapp - Tauri wrapper for General Bots This crate wraps botui (pure web UI) with Tauri for desktop/mobile: - Native file system access via Tauri commands - System tray integration (prepared) - App-specific guides injected at runtime - Desktop settings and configuration Architecture: - botui: Pure web UI (no Tauri deps) - botapp: Tauri wrapper that loads botui's suite Files: - src/desktop/drive.rs: File system commands - src/desktop/tray.rs: System tray (prepared) - js/app-extensions.js: Injects app guides into suite - ui/app-guides/: App-only HTML content
2025-12-04 09:02:10 -03:00
pub
mod
desktop
;
Reference in a new issue
Copy permalink