Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
FerrellSyntheticIntelligence
/
aide-sovereign-workbench
like
0
Text Generation
offline
ide
local-ai
coding
llama.cpp
software-engineering
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
aide-sovereign-workbench
/
desktop
/
src
/
main.rs
Ferrell Synthetic Intelligence
Add production file workflow and desktop release project
9057700
15 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
212 Bytes
#![cfg_attr(not(debug_assertions), windows_subsystem =
"windows"
)]
fn
main
() {
tauri::Builder::
default
()
.
run
(tauri::generate_context!())
.
expect
(
"error while running AIDE desktop shell"
);
}