{"id":43122913,"url":"https://github.com/gamestime102/clean-master-privacy","last_synced_at":"2026-02-12T10:02:04.587Z","repository":{"id":337855272,"uuid":"1154723523","full_name":"gamestime102/Clean-Master-Privacy","owner":"gamestime102","description":"Negative sir","archived":false,"fork":false,"pushed_at":"2026-02-11T20:56:21.000Z","size":93,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-12T01:04:54.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gamestime102.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-10T17:52:51.000Z","updated_at":"2026-02-11T16:33:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gamestime102/Clean-Master-Privacy","commit_stats":null,"previous_names":["gamestime102/clean-master-privacy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gamestime102/Clean-Master-Privacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestime102%2FClean-Master-Privacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestime102%2FClean-Master-Privacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestime102%2FClean-Master-Privacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestime102%2FClean-Master-Privacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gamestime102","download_url":"https://codeload.github.com/gamestime102/Clean-Master-Privacy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestime102%2FClean-Master-Privacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29363010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antivirus","clean-master-privacy","security"],"created_at":"2026-01-31T20:03:31.364Z","updated_at":"2026-02-12T10:02:04.556Z","avatar_url":"https://github.com/gamestime102.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clean Master Privacy 🛡️\n\n[English](#english) | [Türkçe](#turkish)\n\n---\n\n\u003ca name=\"english\"\u003e\u003c/a\u003e\n## 🇺🇸 English\n\n**A modern, fast, and privacy-focused Linux system cleaner.**\n\nDeveloped with Rust and GTK4, providing a user-friendly desktop experience.\n\n### ✨ Features\n- 🔍 **Smart Scanning**: Automatically detects temporary files, cache, and unnecessary data.\n- 🚀 **Asynchronous Operations**: The UI remains responsive during scans for a smooth experience.\n- 💾 **SQLite Database**: Securely stores scan history and user settings.\n- 🎨 **Modern GTK4 Interface**: Clean, responsive, and user-friendly design.\n- 📊 **Detailed Reporting**: View file sizes, threat levels, and scan statistics.\n- ⚙️ **Customizable**: Configure scan targets and rules as you wish.\n- 🗑️ **Secure Cleaning**: Quarantine system with restore support (under development).\n\n## * Shema\n\n```\n/app/\n├── src/\n│   ├── main.rs          # Uygulama başlangıç noktası\n│   ├── app.rs           # GTK UI ve ana pencere\n│   ├── scanner.rs       # Dosya tarama motoru\n│   ├── db.rs            # SQLite veritabanı yönetimi\n│   ├── config.rs        # Yapılandırma yönetimi\n│   ├── quarantine.rs    # Karantina sistemi\n│   └── settings.rs      # Ayarlar penceresi UI\n├── data/                # Uygulama veri dosyaları\n├── docs/                # Dokümantasyon\n├── po/                  # Çeviri dosyaları (i18n)\n└── Cargo.toml          # Rust bağımlılıkları\n```\n\n### 🚀 Installation\n\n#### Requirements\n- Rust 1.70+ (stable)\n- GTK4 development libraries\n- SQLite3\n\n#### Ubuntu/Debian\n```bash\n# Install development dependencies\nsudo apt update\nsudo apt install libgtk-4-dev pkg-config libsqlite3-dev\n\n# Install Rust (if not already installed)\ncurl --proto '=https' --tlsv1.2 -sSf [https://sh.rustup.rs](https://sh.rustup.rs) | sh\n\n# Compile the project\ncd Clean-Master-Privacy\ncargo build --release\n\n# Run\ncargo run --release\n```\n\u003ca name=\"turkish\"\u003e\u003c/a\u003e\n## 🇹🇷 Türkçe\n\n**Modern, hızlı ve gizliliğe odaklı bir Linux sistem temizleyicisi.**\n\nRust ve GTK4 ile geliştirilen bu uygulama, kullanıcı dostu bir masaüstü deneyimi sunar.\n\n### ✨ Özellikler \n- 🔍 **Akıllı Tarama**: Geçici dosyaları, önbelleği ve gereksiz verileri otomatik olarak algılar.\n- 🚀 **Eşzamansız İşlemler**: Sorunsuz bir deneyim için taramalar sırasında kullanıcı arayüzü duyarlı kalır.\n- 💾 **SQLite Veritabanı**: Tarama geçmişini ve kullanıcı ayarlarını güvenli bir şekilde saklar.\n- 🎨 **Modern GTK4 Arayüzü**: Temiz, duyarlı ve kullanıcı dostu tasarım.\n- 📊 **Detaylı Raporlama**: Dosya boyutlarını, tehdit seviyelerini ve tarama istatistiklerini görüntüleyin.\n- ⚙️ **Özelleştirilebilir**: Tarama hedeflerini ve kurallarını istediğiniz gibi yapılandırın.\n- 🗑️ **Güvenli Temizleme**: Geri yükleme desteğiyle karantina sistemi (geliştirme aşamasında).\n\n## * Shema\n\n```\n/app/\n├── src/\n│   ├── main.rs          # Uygulama başlangıç noktası\n│   ├── app.rs           # GTK UI ve ana pencere\n│   ├── scanner.rs       # Dosya tarama motoru\n│   ├── db.rs            # SQLite veritabanı yönetimi\n│   ├── config.rs        # Yapılandırma yönetimi\n│   ├── quarantine.rs    # Karantina sistemi\n│   └── settings.rs      # Ayarlar penceresi UI\n├── data/                # Uygulama veri dosyaları\n├── docs/                # Dokümantasyon\n├── po/                  # Çeviri dosyaları (i18n)\n└── Cargo.toml          # Rust bağımlılıkları\n```\n\n### 🚀 Kurulum \n\n#### Gereksinimler \n- Rust 1.70+ (kararlı)\n- GTK4 geliştirme kütüphaneleri\n- SQLite3\n\n#### Ubuntu/Debian\n```bash\n# Install development dependencies\nsudo apt update\nsudo apt install libgtk-4-dev pkg-config libsqlite3-dev\n\n# Install Rust (if not already installed)\ncurl --proto '=https' --tlsv1.2 -sSf [https://sh.rustup.rs](https://sh.rustup.rs) | sh\n\n# Compile the project\ncd Clean-Master-Privacy\ncargo build --release\n\n# Run\ncargo run --release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamestime102%2Fclean-master-privacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgamestime102%2Fclean-master-privacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamestime102%2Fclean-master-privacy/lists"}