Skip to content
View Mark44928's full-sized avatar

Block or report Mark44928

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mark44928/README.md

🐧 Mark44928

Systems engineer crafting lightweight, dependency-free tools for Termux and Android

GitHub followers Email


🎯 What I'm Building

Currently focused on systems-level tooling that prioritizes elegance and efficiency:

  • NoNameOS — expanding the OS simulation framework
  • android12-fastfetch — perfecting the desktop environment configuration

📚 Featured Projects

🖥️ NoNameOS · GPL-3.0

A complete OS simulation in a single 240 KB C++ file. Features an interactive shell, virtual filesystem, built-in utilities, and games—all with zero external dependencies.

Why it stands out: Single-file architecture, self-contained complexity, educational value.

View repo

NoNameOS screenshot

Note: Screenshot from an earlier version; current build is more feature-rich.


📦 Easy-Termux-Package-Manager · MIT

Gum-powered interactive package manager for Termux—replacing raw apt/pkg commands entirely.

Features: 26 menu options, themes, automated backup/restore, pin/hold packages, doctor mode for diagnostics.

Impact: Turns package management into a streamlined, foolproof workflow.

View repo


📱 android12-fastfetch · MIT

Fastfetch configuration optimized for Android 12 and native X11 Termux desktops (XFCE, MATE, LXQt).

Use case: Drop-in config for beautiful, consistent system information display across desktop environments.

View repo


🧹 Anti-bloatware for Android TV · MIT

Surgical ADB commands to strip bloatware from rooted Android 9+ TV devices.

Results from testing: 1.9 GB storage freed + 200 MB RAM recovered. (Your results may vary.)

But the real repo name was long.

View repo


🔔 Android9-audios · MIT

All 217 stock Android 9 (Pie) system sounds packaged as a single, portable 7z archive (~8.5 MB).

Perfect for: Custom ROM users who want to restore the original audio ecosystem without bloat.

View repo


🛠️ Tech Stack

Category Details
Languages C++, C, Bash / POSIX shell
Platforms Termux, Android, Linux
Tools & APIs Git, Make, ADB, GCC/Clang
Focus Areas Systems programming, CLI tools, OS simulation, Android tooling

💡 Philosophy

  • Dependency-free when possible — fewer moving parts = fewer bugs and easier maintenance.
  • Small, focused repos — intentionally sized for readability and exploration.
  • Bug reports with steps — clear reproduction = immediate priority.
  • Elegant solutions — prefer thoughtful design over brute-force complexity.

📖 Quick Links

Link Purpose
GitHub Profile All repositories and activity
Email Direct contact

Mark44928 · C++ · Termux · Android · Systems Programming

Building tools that respect your time and system resources.

Pinned Loading

  1. android12-fastfetch android12-fastfetch Public

    Fastfetch good config for Android 12 and Native X11 Termux desktop (XFCE, MATE, LXQt, etc.....)

    1

  2. Android9-audios Android9-audios Public

    📦 217 stock Android 9 (Pie) ringtones, alarms, notifications, and UI sounds in .ogg format. Restore defaults on custom ROMs, or use as development audio assets.

    1

  3. Anti-bloatware-list-for-Android-TV-Boxes-and-Sticks-for-rooted Anti-bloatware-list-for-Android-TV-Boxes-and-Sticks-for-rooted Public

    🚀 Reclaim 1.9GB+ storage and 200MB+ RAM on rooted Android TV sticks and boxes. Curated ADB commands to safely remove bloatware on Android 9+ devices, optimized for no-mic remotes.

    1

  4. NoNameOS NoNameOS Public

    🖥️ Pure C++ hobbyist OS simulation — interactive shell, virtual filesystem, more built-in games, and system tools in a single source file. No external dependencies. Educational and fun.

    C++ 1

  5. neoneofetch neoneofetch Public

    Forked from dylanaraps/neofetch

    🖼️ A command-line system information tool written in bash 3.2+

    Shell