简体中文 | English — Dual-language documentation
macOS / Linux 软件安装/搜索/卸载工具 | 基于 CustomTkinter
RealFullInstaller 是一款基于 Python + CustomTkinter 开发的图形化包管理工具, 支持在 macOS / Linux 上一键搜索、安装、卸载软件,自动适配 brew / apt 包管理器。
- 图形化界面,无需记忆命令
- 一键适配 brew (macOS) / apt (Linux)
- 支持软件搜索、安装、卸载
- 轻量简洁,开箱即用
本项目依赖:
customtkintertermcolor可使用 Release 中的一键安装脚本:- Windows:
install_requirements.bat - macOS / Linux:
install_requirements.sh手动安装:
pip install customtkinter termcolor- macOS / Linux:可直接运行打包好的 DMG / ZIP
- Windows:无法运行 Unix 可执行文件,仅支持源码运行
从 Releases 下载对应文件:
RealFullInstaller.dmg(macOS)RealFullInstaller.zip(Linux)main.py(全平台源码)install_requirements.bat(Windows 一键安装依赖)install_requirements.sh(macOS/Linux 一键安装依赖)
- 克隆仓库
git clone https://github.com/adksetup/real-full-installer.git
cd real-full-installer- 安装依赖
- Windows:双击运行
install_requirements.bat - macOS / Linux:终端执行
./install_requirements.sh - 或手动执行:
pip install customtkinter termcolor
- 运行程序
python main.py- 版本:v0.2
- 状态:正式版
- 支持平台:macOS / Linux
- Windows:仅支持源码运行
AdkSetup
Cross-platform software installer / searcher / uninstaller for macOS & Linux, built on CustomTkinter.
RealFullInstaller is a graphical package management tool built with Python + CustomTkinter. It lets you search, install, and uninstall software on macOS / Linux with a single click, automatically adapting to the brew (macOS) and apt (Linux) package managers.
- Graphical UI — no commands to memorize
- One-click support for brew (macOS) and apt (Linux)
- Search, install, and uninstall software
- Lightweight, clean, ready to use out of the box
This project depends on:
customtkintertermcolorYou can use the one-click dependency installers shipped in Releases:- Windows:
install_requirements.bat - macOS / Linux:
install_requirements.shOr install manually:
pip install customtkinter termcolor- macOS / Linux: Run the packaged DMG / ZIP directly
- Windows: Cannot run Unix executables — source code only
Download the appropriate file from Releases:
RealFullInstaller.dmg(macOS)RealFullInstaller.zip(Linux)main.py(source for all platforms)install_requirements.bat(Windows one-click dependency installer)install_requirements.sh(macOS / Linux one-click dependency installer)
- Clone the repository
git clone https://github.com/adksetup/real-full-installer.git
cd real-full-installer- Install dependencies
- Windows: Double-click
install_requirements.bat - macOS / Linux: Run
./install_requirements.shin a terminal - Or manually:
pip install customtkinter termcolor
- Run the program
python main.py- Version: v0.2
- Status: Stable
- Supported platforms: macOS / Linux
- Windows: Source code only
AdkSetup
This project is licensed under the MIT License.