Midori Browser 11.5 Added Headless Mode & New App Icon

Last updated: January 8, 2025 — Leave a comment

Midori web browser announced new 11.5 release recently with some exciting new features.

Midori was a popular lightweight web browser that was default in elementary OS and Bodhi Linux. It’s now a free open-source Firefox derived browser developed by Astian Foundation, and licensed under the Mozilla Public License (MPL).

The browser released new 11.5 recently, changed its app icon from a green lizard to new flat design logo that IMO feels better.

Besides that, Midori 11.5 features headless mode. Meaning, it can now work without a graphical user interface, allowing developers and advanced users to use it for automated applications and development environments.

And, here’s an example usage for Python according to the screenshot in Astian website:

from selenium import webdriver
from selenium.webdriver.common.options import Options

# Configure options for Midori in headless mode.
options = Options()
options.add_argument('--headless')
options.add_argument('--disable-gpu')

# Initialize the Midori driver.
driver = webdriver.Chrome(options=options, executable_path='/route/a/midori-driver')

# Navigate to a web page
driver.get("https://www.example.com")

# Print the page title
print(driver.title)

# Close the browser
driver.quit()

The release also changed the color scheme for the address bar and focused tab. They are now highlighted with distinct-different colors, letting you know where you’re working with without taking too much attention.

The browser now has a built-in ads blocker, though disabled by default. User can enable it by going to Privacy & Security settings under Enable DNS over HTTPS.

Other changes in the new browser release include:

  • Update default AstianGO search engine with improved speed, accuracy of search results, as well as ability to search for maps.
  • Integrated DNS browsing by default, maximizing privacy and security by blocking trackers.
  • Performance boost between 20% and 30%.
  • Hover opened tab to preview page with thumbnail.
  • Improve colors in reading mode to help reading without straining the eyes
  • Official OpenSUSE Build repository so far offers .rpm packages for openSUSE.

How to Get Midori web browser:

The Github releases page offers universal AppImage package for Linux, .deb package for Debian, Ubuntu, Linux Mint, .rpm package for Fedora, openSUSE, RHEL, pkg.tar.zst package for Arch, as well as .exe file for Windows.

For choice, you may go to its website to download the installer packages, though they are still at last 11.4 at the moment of writing.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1 |

No Comments

Be the first to start the conversation.

Leave a Reply

Text formatting is available via select HTML.

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

*