Skip to content

Here’s a comprehensive write-up about FAR Manager plugins — what they are, why they matter, and a curated list of essential ones.

The Future of Far Plugins (Far 3.0 and Beyond)

Far Manager 3.0 (the current stable branch) introduced a modernized plugin API with better Unicode support, 64-bit compatibility, and asynchronous operations. Old plugins from Far 1.x (16-bit era) no longer work, but almost all active plugins have been ported.

For power users and developers, these plugins add IDE-like features to the console: Far Manager Encyclopedia - Documentation & Help

FarPlugins on GitHub: A collection of modern, community-maintained plugins including calculators and advanced file comparison tools.

Category 6: Productivity & Interface

| Plugin | Description | | :--- | :--- | | DrawLine | Draws ASCII/Unicode lines and boxes in the editor. Perfect for creating README tables or comment separators. | | SimpleIndent | Smart indentation (increase/decrease) for code blocks. Works with tabs or spaces. | | OpenViever | Allows you to define custom file associations for viewing. For example, automatically view .log files with syntax highlighting or render Markdown as HTML inside a viewer pane. | | MacroEditor | Far has a powerful macro system (recorded with Ctrl+Shift+.). This plugin gives you a proper editor for your macros, with syntax help and debugging. |

These are often bundled with the official distribution and provide the bedrock of the Far experience: FTP Client