Beta versions of OutWiker | jenyay.net

Beta versions of OutWiker

There are program versions OutWiker which are make from the current branch of development (trunk). These versions can have problems, but you can try new possibilities before they will appear in the stable version.

Current version: 4.0.0.968 beta (February 14, 2026)

Download

Windows

Installer: outwiker_win_unstable.zip, or outwiker_win_unstable.7z, or outwiker_win_unstable.exe.

Application and all plug-ins: outwiker_win_unstable_all_plugins.zip, or outwiker_win_unstable_all_plugins.7z.

Linux

To install from snap run the commands:

sudo snap install --beta outwiker
sudo snap connect outwiker:cups-control
sudo snap connect outwiker:removable-media

To install from flatpak run the commands:

flatpak remote-add --if-not-exists --user flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta net.jenyay.Outwiker
flatpak run net.jenyay.Outwiker

Changes in version 4.0

  • Added the ability to change the order of notes using the mouse.
  • Added the ability to change the color of notes in the notes tree.
  • Added the ability to change the font size in the notes tree.
  • Added the ability to scale the notes tree using the mouse wheel.
  • An additional icon has been added to the notes tree to indicate that the note has been bookmarked.
  • An additional icon has been added to the notes tree to indicate that the note is open in read-only mode.
  • Added a new plugin RecentEditedPages.
  • Added new built-in icons for notes.
  • New plugin's API version.
  • New notes tree.
  • New tag selection interface for the page.
  • New tabs that can be arranged in multiple rows.
  • Added the ability to change the icon size in the note tree.
  • Added numerous interface appearance settings.
  • A setting has been added to adjust the size of buttons on toolbars.
  • New text styles have been added for wiki pages.
  • Wiki pages now support links of the form [[page://...]] to other pages.
  • New vector icons have been added for notes.

Versions history

4.0.0.968 beta (February 14, 2026)

  • Optimizations in interface drawing.
  • Fixed several bugs.

4.0.0.966 beta (January 27, 2026)

  • Added new vector icons for notes.
  • Fixed several bugs.

4.0.0.964 beta (December 20, 2025)

  • Added new vector icons for notes.
  • Improved support for [=page://... style links to other pages for wiki pages.=]
  • Updated icons for toolbar buttons.
  • Fixed an issue with transparent images when running the Windows build under Wine.
  • Fixed several bugs.
  • Updated German localization.

4.0.0.962 beta (November 08, 2025)

  • Vector icons are now used consistently across all toolbars.
  • Wiki pages now support links of the form [=[[page://...]] to other pages.=]
  • New text styles have been added for wiki pages.
  • A setting has been added to adjust the size of buttons on toolbars.
  • A setting has been added to adjust the size of icons on tabs.
  • New vector icons have been added for notes.

4.0.0.960 beta (October 11, 2025)

  • Added settings for colors of tab title font.
  • Added settings for tab font sizes.
  • Added setting to show/hide close buttons on tabs.
  • Added setting to show/hide icons on tabs.
  • Added setting to show/hide icons in the notes tree.
  • Double clicking a tab opens the page properties dialog.
  • Added setting to choose icon size for the notes tree.

4.0.0.958 alpha (September 13, 2025)

  • Added tab drag-and-drop functionality.
  • Added a button to create a new tab on the tab bar.
  • Added tab appearance settings.
  • In the settings dialog, color settings for different UI elements have been moved to the "Colors" tab.

4.0.0.956 alpha (August 16, 2025)

  • New tabs that can be arranged in multiple rows.

4.0.0.954 alpha (July 27, 2025)

  • Redesigned the tag selection interface in dialogs.
  • When generating HTML code for wiki pages, some CSS styles are now added only when necessary.
  • Updated several icons.
  • Migrated to wxPython 4.2.2.

4.0.0.952 alpha (July 05, 2025)

  • Minor bugs fixed.
  • Improvements to main panel color settings.
  • Data folders in the Windows build moved to lib/outwiker/data (except plugins).
  • OUTWIKER_PATH environment variable added for user data folder.
  • Runtime updated in the Flatpak package.

4.0.0.950 alpha (January 20, 2025)

  • Add an additional icon to the notes tree to indicate that the note has been bookmarked.
  • Add an additional icon to the notes tree to indicate that the note is open in read-only mode.
  • Add a new plugin RecentEditedPages.
  • Add new builtin icons for notes with bookmarks.
  • Fix minor interface display bugs.

4.0.0.948 alpha (December 14, 2024)

  • Added the ability to change the order of notes using the mouse.
  • Added the ability to change the color of notes in the notes tree.
  • Added the ability to change the font size in the notes tree.
  • Added the ability to scale the notes tree using the mouse wheel.

4.0.0.946 alpha (November 23, 2024)

  • Changes in the design of the notes tree.

4.0.0.944 alpha (November 16, 2024)

  • New notes tree.

4.0.0.942 alpha (September 14, 2024)

  • New plugin's API.