Skip to content

jegly/Notas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notas

Notas Animation


Welcome Dark Welcome White


Dark Mode Light Mode

Rust Badge GTK4 Badge Linux Badge


A minimalist, secure note-taking application for Linux. Built with Rust and GTK4, featuring AES-256 encryption and password protection at startup.

Install

sudo dpkg -i notas_1.0.0_amd64.deb

Font

Notas uses the DotGothic16 font. To install it:

./download-font.sh

Security

  • AES-256-GCM encryption for all notes
  • Argon2id key derivation (memory-hard, resistant to GPU attacks)
  • Auto-lock after configurable timeout
  • Clipboard auto-clear after copying sensitive content
  • All data encrypted locally — nothing leaves your device

Uninstall

sudo apt remove notas

License

Copyright © 2025 JEGLY. All rights reserved.

This software is provided for personal use only. Redistribution, modification, or commercial use of the source code is prohibited without written permission.