# Secure Editor Rust Edition Secure Editor written in Rust Programming Language. ## Preparation ```shell cargo install create-tauri-app --locked ``` ## Build ### Development Build ```shell just dev ``` ### Release Build ```shell just build ```