MAEUM AI ENGINE (TRUTHFUL) - macOS Version This package provides the Truthful version of MAEUM AI for macOS. Itβs designed for running the AI engine locally and offers a streamlined experience for users.
π¦ Contents:
MaeumAI: The main executable file β the core AI engine. koboldcpp-mac-arm64: A backend engine optimized for running Large Language Models (LLMs). models/: Contains the AI model files in GGUF format (.gguf). These are essential for the AI to function. _internal/: Internal libraries required for the program's operation β do not delete. π Getting Started
Method 1: Recommended - Terminal Execution
Using the terminal provides the easiest way to troubleshoot any issues.
Open the Terminal application. Navigate to the folder containing this package using the cd command. Drag the folder directly into the Terminal window to automatically paste the path. bash cd /path/to/extracted/folder
Run the AI engine with the following command: bash ./MaeumAI
Method 2: Double-Click Execution
You can also run the AI engine by double-clicking the MaeumAI icon in Finder. (Initial execution may be blocked due to security settings.)
β οΈ Troubleshooting
"Unable to open because the developer cannot be verified" Error: In Finder, right-click (or Control+click) on the MaeumAI file. Select βOpenβ from the menu. Click βOpenβ again in the warning dialog box. (This may only need to be done once for subsequent double-clicks.) koboldcpp Permissions Error: The koboldcpp-mac-arm64 file might require execute permissions. Run the following command in the Terminal: bash chmod +x koboldcpp-mac-arm64
Model File Not Recognized: Ensure that the models folder contains .gguf extension files β these are the necessary AI model files. Created by MAEUM AI Team (Lee, DongHun)
MAEUM AI ENGINE (TRUTHFUL) - macOS Version μ΄ νλ‘κ·Έλ¨μ MAEUM AIμ Truthful λ²μ μ μ€ννκΈ° μν ν¨ν€μ§μ λλ€.
π ꡬμ±ν MaeumAI: μ€ν νμΌ (μ€μ AI μμ§) koboldcpp-mac-arm64: LLM ꡬλμ μν λ°±μλ μμ§ models/: AI λͺ¨λΈ νμΌλ€ (.gguf) _internal/: νλ‘κ·Έλ¨ μ€νμ νμν λΌμ΄λΈλ¬λ¦¬λ€ (μμ κΈμ§) π μ€ν λ°©λ² λ°©λ² 1: ν°λ―Έλμμ μ€ν (κΆμ₯) μ€λ₯ λ©μμ§λ₯Ό νμΈνκΈ° μ¬μ κ°μ₯ κΆμ₯λλ λ°©λ²μ λλ€.
ν°λ―Έλ(Terminal) μ±μ μ½λλ€. cd λͺ λ Ήμ΄λ‘ μ΄ ν΄λλ‘ μ΄λν©λλ€. (ν΄λλ₯Ό ν°λ―Έλ μ°½μΌλ‘ λλκ·Ένλ©΄ κ²½λ‘κ° μ λ ₯λ©λλ€) cd /path/to/extracted/folder μλ λͺ λ Ήμ΄λ‘ μ€νν©λλ€. ./MaeumAI λ°©λ² 2: λλΈ ν΄λ¦ μ€ν Finderμμ MaeumAI μμ΄μ½μ λλΈ ν΄λ¦νμ¬ μ€νν μ μμ΅λλ€. (보μ μ€μ μ λ°λΌ μ²μμ μ€νμ΄ μ°¨λ¨λ μ μμ΅λλ€)
β οΈ λ¬Έμ ν΄κ²° "κ°λ°μλ₯Ό νμΈν μ μκΈ° λλ¬Έμ μ΄ μ μμ΅λλ€" λ©μμ§κ° λ¨λ κ²½μ° Finderμμ MaeumAI νμΌμ 'μ°ν΄λ¦' (λλ Control+ν΄λ¦) ν©λλ€. λ©λ΄μμ μ΄κΈ°λ₯Ό μ νν©λλ€. κ²½κ³ μ°½μμ μ΄κΈ°λ₯Ό λ€μ νλ² ν΄λ¦ν©λλ€. (ν λ²λ§ μ΄λ κ² νλ©΄ μ΄νμλ λλΈ ν΄λ¦μΌλ‘ μ€ν κ°λ₯ν©λλ€) koboldcpp κΆν μ€λ₯ koboldcpp-mac-arm64 νμΌλ μ€ν κΆνμ΄ νμν μ μμ΅λλ€. ν°λ―Έλμμ λ€μμ μ λ ₯νμΈμ:
chmod +x koboldcpp-mac-arm64 λͺ¨λΈ νμΌ μΈμ λΆκ° models ν΄λ μμ .gguf νμ₯μλ₯Ό κ°μ§ λͺ¨λΈ νμΌμ΄ μλμ§ νμΈνμΈμ.
Created by MAEUM AI Team (Lee, DongHun)
π MAEUM-4B Official Release [Headline] [MAEUM-4B Basic Architecture Release] Sharing Benchmark Report (v1.0.0): Proving Inference Integrity through Architecture
[Body] I am excited to share the benchmark report conducted last December, which includes a comprehensive 68-item evaluation to validate the initial performance of the MAEUM-4B model. (Available for download now.)
My focus was not merely on inflating leaderboard metrics, but on demonstrating how a small-scale model can deliver "Truthful" responses within a production-ready architectural environment.
π v1.0.0 Key Metrics:
Reasoning (BBH): 100% (Outperforming frontier models like GPT-4o at 87.3%) *Note: BBH results are subject to environment-specific verification.
Truthfulness (TruthfulQA): 80% (Minimizing hallucinations and securing reliability)
Korean Proficiency (KMMLU/KoBEST): 96% / 94% (Optimized for Korean linguistic nuance)
π οΈ Architectβs Reflection: These results are the outcome of the initial prototype for my Runtime Bridge Architecture. This milestone confirms that high-performance inference is fully achievable within a compact, ~3GB standalone binary.
While these measurements date back to late last year, they served as the foundation for the newly released v1.0. This official version features enhanced macOS notarization and improved runtime stability.
I will continue to refine this system to be even more robust and user-friendly, moving beyond past figures to build truly reliable AI infrastructure.
π Download & Full Report (Hugging Face): https://huggingface.co/princepslee/MAEUM_OS_Truthful_Lite_v1.0_4B_4bit
#GenerativeAI #SystemArchitecture #LLM #Benchmark #MAEUM #OpenSource #InferenceOptimization #Gemma2 #TruthfulAI #GoogleCloud #FSA #SoftwareEngineering #AIInfrastructure #MachineLearning #TechReport