• Link to X Link to X Link to X
  • Link to Facebook Link to Facebook Link to Facebook
  • Link to Youtube Link to Youtube Link to Youtube
  • Link to Reddit Link to Reddit Link to Reddit
  • Link to Rss Link to Rss Link to Rss
  • Blog
  • Support
    • FAQ
    • Help (HTML)
    • Manual (PDF)
    • Forums (read-only)
    • Library (GitHub)
    • Update/Resend Registration Keys
    • Contact Us
  • About
    • About Emurasoft
    • Meet the Team
    • Other Products
    • Awards
    • Privacy Policy
    • Go to Emurasoft Customer Center
  • 🌐 English
    • 日本語
    • 한국어
    • Deutsch
    • 简体中文
    • 繁體中文
  • Download
  • Buy
  • Features
  • Menu Menu

EmEditor was reviewed in Mado-no-mori

June 30, 2026/in Reviews/by Yutaka Emura

An article about EmEditor has been published on Mado-no-Mori.

EmEditor v26.2 has been released, enabling AI-powered writing assistance features to be used with local AI and more
https://forest.watch.impress.co.jp/docs/news/2120925.html

If you can use AI as much as you want, there’s no need to hold back! Using local AI with EmEditor offers many benefits
https://forest.watch.impress.co.jp/docs/topic/special/2119037.html

/wp-content/uploads/2014/04/mado-no-mori.png 126 163 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2026-06-30 10:35:362026-06-30 20:55:41EmEditor was reviewed in Mado-no-mori

EmEditor v26.2.0 Released — Enhanced AI Features, Introduction of MSIX Technology, and Faster Performance

June 29, 2026/in EmEditor Core/by Yutaka Emura

Today, we released EmEditor v26.2.0.

1. Enhanced AI Features

In this version, we enhanced the highly requested AI-related features. As in previous versions, the AI-related features fall into two main categories.

1-1. AI Writing Assistance

AI Writing Assistance, first introduced in v24.1, has been further enhanced with the following additional options.

  • Customize dialog > AI Options
    • AI Provider and Model: Previously, AI-assisted writing could use only OpenAI, but starting with this version, you can also select Anthropic, DeepSeek, Google, and LM Studio/OpenAI-compatible providers. For example, by using a local LLM through LM Studio, you can enjoy the benefits of AI-assisted writing without worrying about AI usage costs. When using a paid AI provider that requires an API key, you must specify the API key in advance under Settings in Chat with AI.
    • Show additional information on status bar: When this option is turned on, information is shown on the status bar whenever a prompt is sent to the AI or a response is received.
  • Configuration Properties > AI Assist
    • Show suggestions only when confident: If you do not want to receive AI suggestions too frequently, you can check this option to show suggestions only when the AI is confident. When this is checked, you can use the Confidence level slider below it to set the minimum confidence level required to display a suggestion. Because judging confidence is difficult for AI, and some AI models may not interpret it correctly, we recommend turning this off if you do not need it.
    • Set the temperature: In AI, temperature is a parameter that controls the “randomness (creativity)” used when the LLM chooses the next word while generating text. The lower the temperature, the lower the randomness, and the more deterministic the suggestions you receive. The higher the temperature, the higher the randomness, and the more creative the suggestions you receive. When the Set the temperature option is off, the model’s default temperature is always used. When it is on, a temperature of 0.0 is used initially so that you receive deterministic suggestions; however, when you press Ctrl + Space to request a different suggestion, the temperature is raised to produce more creative suggestions. Many recent reasoning models do not accept a temperature parameter, in which case this option is ignored. If an error appears on the status bar because the temperature cannot be set for a particular model, please turn this option off. For AI-assisted writing, we recommend specifying a lightweight model that returns responses quickly, rather than a reasoning model.
    • Don’t show suggestions after any of the following: If you check this and enter characters that indicate the end of a sentence in the field below—for example, “.。”—suggestions will no longer appear after symbols such as “.” or “。”. This lets you tailor the feature for easy use according to the type of text you are editing.
    • Delay Time: AI suggestions appear automatically after the specified amount of time has elapsed once typing stops and the editor becomes idle. You can adjust this delay time in milliseconds using the slider.
    • Additional instructions: Here, you can add instructions such as what kind of suggestions you want to receive, which language to use, and the desired tone. For example, when writing code in JavaScript, you can specify “Use JavaScript,” and if you want to use polite language, you can specify “Write in a polite style.” However, depending on the AI model, these additional instructions may not always be fully understood or produce an appropriate response, and entering too many instructions may slow down the response. Even so, now that more customization is possible, we believe you will be able to fine-tune the behavior to your liking through trial and error.

1-2. AI Prompts

This version enhances the AI Prompts feature, which was first introduced in v24.3. With AI Prompts, you can write a question to the AI in the editor and then easily send it to the AI. However, AI can make mistakes, and by comparing the answers from two AIs, you can obtain a more reliable answer. In this version, you can now specify two or more AI providers/models for each AI Prompt when needed. For example, you can send the same prompt to both OpenAI and Anthropic and compare their responses side by side in a split view. If the responses from two or more AI models differ significantly, you can suspect that one of them may contain an error. When using AI Prompts with program code, verifying with multiple models can help reduce bugs introduced by the AI. Note that when specifying two local AI models, make sure both models are loaded in LM Studio in advance. Otherwise, you may encounter an error indicating that one of the models could not be loaded.

1-3. The ChatAI Plug-in Is Required

Please note that to use the AI features, you need to install the ChatAI plug-in separately, in addition to EmEditor. However, as described below, the Store version of EmEditor will include the ChatAI plug-in, so there is no need to install it separately.

2. Introduction of MSIX Technology (coming soon)

MSIX is the latest Windows app package format provided by Microsoft. The existing Store version of EmEditor is soon going to be changed to a package based on this MSIX technology, and many features that were not available in the previous Store version are going to be available in it as well. As a result, the difference in features between the Store version (MSIX) and the Installer version (MSI) will be almost completely eliminated. The features that were not available in the previous Store version but will be available in this version include the following.

  • Explorer Context Menu: The Windows 11 context menu in Explorer, a feature introduced in v24.1, will be available in the MSIX version.
  • Jump List: The Jump List, which lets you run commands such as opening recently used files and Find in Files from the menu that appears when you right-click the EmEditor icon on the taskbar, will be available in the MSIX version.
  • Command Prompt/PowerShell commands: Commands such as Command Prompt and PowerShell, which can be run from menus such as the one displayed when you right-click a document tab, will be available.
  • Plug-ins that are not bundled: In the previous Store version, plug-ins that were not bundled could not be used. In the MSIX version, you will be able to download and use your own custom plug-ins as well as plug-ins published in the library.
  • Export to the Registry and Import from the Registry: Using the Import and Export commands, you will be able to export EmEditor settings as a registry file or import them from a registry file.
  • Saving files in protected folders with elevated privileges: In the previous Store version, files could not be saved to OS-protected folders such as C:\Program Files or C:\Windows. In the MSIX version, just like the other versions, you will be able to save files after responding to the privilege elevation confirmation prompt.

The MSIX package will soon be available not only as the Store version (MSIX) but also as a direct download. Corporate customers who cannot use the Microsoft Store will be able to use this Installer version (MSIX, direct download).

For a detailed comparison, please see Comparison of Installer, Portable, and Store Versions.

The MSIX version (both the Store version and the direct download) will be usable more safely than the Installer version (MSI) for the following reasons.

  • The package installs and uninstalls cleanly, and settings are stored in a location dedicated to the app, so it makes no changes that affect the entire system.
  • The Installer version (MSIX, direct download) will be signed with Emurasoft’s certificate. Because the package is designed so that it cannot be installed unless the signature of each file inside the package and the signature of the entire package match completely, it protects against tampering by hackers.
  • With the MSI installer, arbitrary scripts could be executed through custom actions, but the MSIX package has no equivalent feature, so it protects against tampering by hackers who would exploit such scripts.
  • The Store version (MSIX) is equally secure in terms of the tamper protection described above, but because it is additionally verified and signed by the Microsoft Store, it can be considered the most secure version.

Therefore, the MSIX version—whether distributed through the Store or as a direct download—is the latest Windows app package format recommended by Microsoft and is the most secure. If you are installing EmEditor for the first time, we recommend the MSIX version. If you are already using the Installer (MSI), you can continue to use it without any problem by updating with the update checker as before.

Individual customers who can access the Store are encouraged to use the Store version. Customers—mainly corporate customers—who cannot access the Store or are prohibited from using AI can continue to use the Installer version (MSI) as before.

For corporate customers or anyone who wants to completely disable AI features, please see “Disabling AI Features” in the FAQ “Are AI features enabled in EmEditor?”.

You can disable all AI features by using an IT management tool, such as Microsoft Intune, to create a REG_DWORD value named DisableAIAdmin in one of the following Registry locations:

  • HKLM\Software\EmSoft\EmEditor v3\Common
  • HKLM\Software\Policies\Emurasoft\EmEditor (v26.2 or later)

Set the value of DisableAIAdmin to 1.

3. Performance Improvements

In this version, we further accelerated the performance when opening huge files with very long lines, which was already improved in v26.1. According to our tests, horizontal scrolling of huge files without line breaks is about 14 times faster than in v26.0.

We also fixed bugs found during the development of the preview version.

We hope you will be satisfied with both the Pro and Free versions. If you have any questions, feature requests, or ideas, please contact us.

Thank you for your continued support of EmEditor.
— Yutaka Emura

For more details, including the main changes and screenshots, please see “New in Version 26.2”.

If you are using the Installer version (MSI), you can update from Check for Updates in the Help menu. If that does not work, please download the latest version and run the installer. Publication on the Microsoft Store is scheduled in a few days. When downloading the MSI directly, please confirm that the digital signature is signed by Emurasoft, Inc.

/wp-content/uploads/2026/06/ai_prompts_ai_providers.webp 459 620 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2026-06-29 19:30:002026-06-30 12:36:42EmEditor v26.2.0 Released — Enhanced AI Features, Introduction of MSIX Technology, and Faster Performance
EmEditor Logo

EmEditor v26.2 preview released

June 25, 2026/in EmEditor Preview/by Yutaka Emura

This message contains changelog regarding v26.2 preview. The information is being updated as more preview versions are released.

To update

If you use the installer version, please select Customize Update Checker on the Help menu, and set the Include preview versions in order to update automatically to future preview versions. Preview versions are also available from the links below or on the Previous Versions page.

Direct Downloads

  • EmEditor installer (MSI)
  • ChatAI plugin installer (MSI)

Note: After downloading, please verify that the digital signature is signed by “Emurasoft, Inc.”

Notes: The preview version supports only Japanese and English (United States). In other languages, new features may not be available.

Please contact us for any questions or comments. Thank you for trying EmEditor preview!

preview 1 (26.1.901) – June 3, 2026

General New Features

  • The AI-Assisted Writing feature now supports additional AI providers, including Anthropic, DeepSeek, Google, and LM Studio/OpenAI-compatible providers, in addition to the existing OpenAI support. This feature requires the Chat with AI plug-in. [P]
  • AI Prompts now allow you to select a second provider/model, so you can send the same prompt to two AIs at the same time. You can also compare the responses from the two AIs side by side in a split view. This feature requires the Chat with AI plug-in. [P]

New Options

  • Added a Provider drop-down list box to the AI Options page of the Customize dialog box. [P]
  • Added the Set Second Provider/Model checkbox, the Provider 2 checkbox and drop-down list box, and the Model 2 checkbox and drop-down list box to the AI Prompts page of the Customize dialog box. [P]

New Macro Features [P]

  • The Run macros asynchronously by default option on the Options page of the Customize Macros dialog box is now turned off by default.
  • The syntax checker is now disabled while a macro is running.

Bug Fixes

  • Fixed an issue where certain regular expressions containing backslashes might not work correctly in case-insensitive searches.
  • Fixed an issue where the Extract command in the Find dialog box could output text always in lowercase under certain conditions.

preview 2 (26.1.902) – June 9, 2026

  • Added the AI-Assisted Writing command. Added the AI-Assisted Writing command button to the AI toolbar to enable or disable the AI-assisted writing. [P]
  • Removed the HD and Vivid checkboxes from the AI Prompts page of the Customize dialog box. [P]
  • Added the Show suggestions only with Ctrl+Space, Show suggestions only when confident, and Set the temperature checkboxes, Don’t show suggestions after any of the following checkbox and text box, the Delay time slider, and Additional instructions text box to the AI Assist page of configuration properties. [P]

preview 3 (26.1.903) – June 11, 2026

  • Fixed a crash that could occur in Dark Mode in Preview 2. [P]

preview 4 (26.1.904) – June 18, 2026

  • Added Language/Icon options to the Start dialog. [PF]
  • Added a Show language/icon options check box to the Customize Start Window dialog box. [PF]
  • Changed the default File Access Timeout value to 5 seconds. [P]
  • EmEditor now displays a notification message at startup if it detects a different version of EmEditor. [PF]
  • Fixed a Preview 3 issue related to AI prompts. [P]

preview 5 (26.1.905) – June 22, 2026

  • The new version prints documents in light color even when Dark Mode is turned on. [PF]
  • Fixed a regular expression search issue involving a backslash under certain conditions. [PF]
  • Fixed issues with AI-assisted writing for specific AI models. [P]

preview 6 (26.1.906) – June 25, 2026

  • Disabled AI model reasoning for AI-assisted writing. [P]
  • Added the Show additional information on status bar check box to the AI Options page of the Customize dialog box. [P]

Notes

  • [P] EmEditor Professional only
  • [PF] EmEditor Professional and EmEditor Free
/wp-content/uploads/2016/10/emeditor150.png 150 150 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2026-06-25 16:57:582026-06-25 16:59:56EmEditor v26.2 preview released

Latest News

  • EmEditor v26.2.2 ReleasedJuly 17, 2026 - 3:22 pm
  • EmEditor v26.2.1 ReleasedJuly 16, 2026 - 3:28 pm
  • EmEditor was reviewed in Mado-no-moriJune 30, 2026 - 10:35 am
  • EmEditor v26.2.0 Released — Enhanced AI Features, Introduction of MSIX Technology, and Faster PerformanceJune 29, 2026 - 7:30 pm
  • EmEditor Logo
    EmEditor v26.2 preview releasedJune 25, 2026 - 4:57 pm
  • EmEditor v26.1.1 ReleasedMay 30, 2026 - 12:04 pm
  • Information Security Incident Response Awards
    Emurasoft Receives Excellence Award at the 11th Information Security Incident Response AwardsMay 29, 2026 - 5:56 pm
  • EmEditor v26.1.0 Released — Updated Certificate, Faster Performance and Enhanced AI FeaturesMay 6, 2026 - 10:53 am

Categories

  • EmEditor Beta (165)
  • EmEditor Core (487)
  • EmEditor Preview (3)
  • General (63)
  • Journal (9)
  • Language Packs (8)
  • Macros (2)
  • Plug-ins (6)
  • Related Software (2)
  • Reviews (30)

Tags

award pricing review v7 v8 v9 v10 v11 v12 v13 v14 v14.9 v15.0 v15.1 v15.2 v15.7 v15.8 v15.9 v16.0 v16.1 v16.3 v16.7 v16.9 v17.0 v17.1 v17.2 v17.6 v17.8 v18.0 v18.3 v18.4 v18.6 v18.7 v18.8 v18.9 v19.2 v19.3 v19.4 v19.6 v19.8 v20.5 v22.2 v25 v26 website

Previous posts

  • July 2026 (2)
  • June 2026 (3)
  • May 2026 (4)
  • April 2026 (2)
  • February 2026 (5)
  • January 2026 (3)
  • December 2025 (3)
  • November 2025 (4)
  • September 2025 (1)
  • August 2025 (4)
  • July 2025 (1)
  • June 2025 (5)
  • May 2025 (3)
  • March 2025 (2)
  • January 2025 (2)
  • December 2024 (5)
  • November 2024 (1)
  • October 2024 (3)
  • September 2024 (1)
  • August 2024 (2)
  • July 2024 (1)
  • June 2024 (1)
  • May 2024 (3)
  • April 2024 (1)
  • March 2024 (4)
  • February 2024 (4)
  • January 2024 (2)
  • December 2023 (2)
  • November 2023 (5)
  • September 2023 (2)
  • August 2023 (4)
  • July 2023 (2)
  • June 2023 (1)
  • May 2023 (2)
  • April 2023 (4)
  • March 2023 (6)
  • February 2023 (2)
  • January 2023 (1)
  • December 2022 (5)
  • October 2022 (2)
  • August 2022 (2)
  • June 2022 (4)
  • May 2022 (2)
  • March 2022 (2)
  • February 2022 (4)
  • January 2022 (1)
  • December 2021 (1)
  • November 2021 (2)
  • October 2021 (2)
  • September 2021 (4)
  • August 2021 (3)
  • July 2021 (3)
  • June 2021 (2)
  • May 2021 (4)
  • March 2021 (2)
  • February 2021 (5)
  • January 2021 (4)
  • December 2020 (6)
  • November 2020 (3)
  • October 2020 (3)
  • September 2020 (5)
  • August 2020 (3)
  • July 2020 (4)
  • June 2020 (5)
  • May 2020 (7)
  • April 2020 (4)
  • March 2020 (6)
  • February 2020 (9)
  • December 2019 (7)
  • November 2019 (6)
  • October 2019 (4)
  • September 2019 (7)
  • August 2019 (4)
  • July 2019 (6)
  • June 2019 (6)
  • May 2019 (10)
  • April 2019 (7)
  • March 2019 (14)
  • February 2019 (7)
  • January 2019 (6)
  • December 2018 (4)
  • November 2018 (9)
  • October 2018 (9)
  • September 2018 (9)
  • August 2018 (8)
  • July 2018 (3)
  • June 2018 (11)
  • May 2018 (8)
  • April 2018 (8)
  • March 2018 (1)
  • February 2018 (4)
  • January 2018 (4)
  • December 2017 (4)
  • November 2017 (1)
  • October 2017 (10)
  • September 2017 (3)
  • August 2017 (9)
  • July 2017 (6)
  • June 2017 (6)
  • May 2017 (8)
  • April 2017 (8)
  • March 2017 (3)
  • February 2017 (4)
  • January 2017 (5)
  • November 2016 (5)
  • October 2016 (8)
  • September 2016 (4)
  • August 2016 (2)
  • July 2016 (3)
  • June 2016 (10)
  • May 2016 (8)
  • April 2016 (7)
  • March 2016 (4)
  • February 2016 (5)
  • January 2016 (4)
  • December 2015 (8)
  • November 2015 (6)
  • October 2015 (7)
  • September 2015 (5)
  • August 2015 (5)
  • July 2015 (9)
  • June 2015 (3)
  • May 2015 (7)
  • April 2015 (11)
  • March 2015 (11)
  • February 2015 (9)
  • January 2015 (6)
  • December 2014 (3)
  • November 2014 (1)
  • October 2014 (7)
  • September 2014 (3)
  • August 2014 (4)
  • July 2014 (4)
  • June 2014 (3)
  • May 2014 (2)
  • April 2014 (7)
  • March 2014 (1)
  • February 2014 (3)
  • January 2014 (6)
  • December 2013 (3)
  • November 2013 (3)
  • October 2013 (4)
  • September 2013 (3)
  • August 2013 (1)
  • July 2013 (1)
  • June 2013 (5)
  • February 2013 (3)
  • December 2012 (3)
  • October 2012 (5)
  • September 2012 (4)
  • February 2012 (2)
  • January 2012 (2)
  • December 2011 (1)
  • November 2011 (2)
  • October 2011 (1)
  • September 2011 (2)
  • August 2011 (3)
  • July 2011 (1)
  • June 2011 (1)
  • May 2011 (3)
  • April 2011 (1)
  • March 2011 (2)
  • January 2011 (1)
  • December 2010 (1)
  • November 2010 (1)
  • October 2010 (1)
  • September 2010 (4)
  • August 2010 (1)
  • June 2010 (8)
  • May 2010 (2)
  • April 2010 (1)
  • March 2010 (2)
  • February 2010 (2)
  • January 2010 (5)
  • December 2009 (2)
  • November 2009 (6)
  • October 2009 (3)
  • August 2009 (1)
  • April 2009 (2)
  • March 2009 (1)
  • February 2009 (1)
  • January 2009 (2)
  • December 2008 (2)
  • November 2008 (1)
  • October 2008 (1)
  • August 2008 (1)
  • July 2008 (2)
  • June 2008 (4)
  • May 2008 (2)
  • April 2008 (2)
  • March 2008 (3)
  • February 2008 (1)
  • January 2008 (2)
  • December 2007 (2)
  • April 2007 (1)
  • January 2007 (4)
  • December 2006 (3)
  • November 2006 (1)
  • October 2006 (3)
  • September 2006 (5)

Download and try the “world's fastest text editor” now. (Source: ZDNet)

Download Download Free Download

Copyright © 1995-2026 by Emurasoft, Inc.
Download | Buy | Features | Blog | Support | About | Privacy Policy
日本語 | Deutsch | 한국어 |简体中文 | 繁體中文

Scroll to top Scroll to top Scroll to top