Certy is a lightweight and low-memory coding IDE written in Rust.
Memory usage: ~10 MB
Binary size: ~7 MB
Current builds are targeted and tested specifically for Fedora Linux.
- New File and Folder, Open File and Folder, Close Folder, Save and Exit.
- Browse the files and folders from the sidebar.
- Open and work with multiple files at the same time in the editor.
- Create and manage multiple terminals.
- Ctrl+X, Ctrl+C, Ctrl+V, Ctrl+Z, Ctrl+Y, Ctrl+A and Ctrl+S.
- Save, Discard, or Cancel before closing files and exit.
- Restore previous session- files, foders and unsaved changes.
sudo dnf group install c-developmentcurl https://sh.rustup.rs -sSf | shsource "$HOME/.cargo/env"rustc --version
cargo --version-
Clone the repository:
git clone https://github.com/lalshubham/certy.git cd certy -
Run in development mode:
cargo run
Bug reports and contributions are welcome. Feel free to open an issue or create a pull request.