Skip to content
mmaher88 edited this page Mar 9, 2026 · 3 revisions

Laren Wiki

Laren is an Arabizi-to-Arabic transliteration engine for Linux, built as an Fcitx5 input method. It's the open-source replacement for Microsoft Maren.

Type in Latin characters (Arabizi) anywhere on your system and get Arabic script suggestions in real-time.

salam → سلام     |  7abibi → حبيبي     |  3arab → عرب

Pages


Quick Demo

Input:  "el7amdulellah"
Output: الحمدلله ✓
graph LR
    A["⌨️ Type: el7amdulellah"] --> B["🔄 Transliterate"]
    B --> C["📖 Dictionary Lookup"]
    C --> D["📋 Candidate List"]
    D --> E["✅ الحمدلله"]
    style A fill:#e1f5fe
    style E fill:#c8e6c9
Loading

Clone this wiki locally