Void Writer icon
Void Writer icon

Void Writer

 2 likes

A portable distraction-free writer with customizable themes, auto-save, and overwrite protection. Made with minimalism in mind.

Void Writer screenshot 1

License model

  • FreeOpen Source

Application types

Platforms

  • Windows
  • Linux
5 / 5 Avg rating (1)
2likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Privacy focused
  2.  Distraction-free
  3.  Lightweight

Features

  1.  Dark Mode
  2.  Works Offline
  3.  Ad-free
  4.  No registration required
  5.  No Tracking
  6.  Distraction-free Writing
  7.  Block Distraction

Void Writer News & Activities

Highlights All activities

Recent activities

Show all activities

Void Writer information

  • Developed by

    deminimis
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    19 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

News & BooksOffice & Productivity

GitHub repository

  •  6 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated May 25, 2025 
View on GitHub

Our users have written 0 comments and reviews about Void Writer, and it has gotten 2 likes

Void Writer was added to AlternativeTo by Sam Lander on May 25, 2025 and this page was last updated May 25, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Void Writer?

Void Writer is a minimalist, cross-platform text editor built with Python3 with no other dependencies, designed for writers seeking a focused, distraction-free environment. Leveraging a lightweight architecture and a robust feature set, it provides a seamless writing experience that is themeable, has session persistence, and portability.

inimalist UI: A fullscreen, centered text area eliminates distractions, with configurable line width and typewriter-style positioning for ergonomic writing.

Cross-Platform Portability: Uses a single Python script with no external dependencies beyond the standard library (Tkinter 8.5+).

Theming System: Supports multiple editor themes (dark, paper, sepia, nord, gruvbox_light, gruvbox_dark, monokai, cobalt, custom) with customizable background and foreground colors. Menus and popups use a consistent dark theme for visual coherence.

Session Persistence: Automatically saves and restores the last opened file via a session file (last_session.txt).

Autosave: Configurable autosave intervals (default: 10 seconds) ensure data integrity without manual intervention, implemented via a background threading loop.

Backup on Large Deletions: Automatically creates backup files for deletions exceeding 3000 characters, appending a random 4-digit suffix to prevent data loss.

Customizable Settings: -Font family (from system fonts or predefined options like Consolas, Arial) and size. -Maximum character width for text wrapping. -Typewriter position (vertical alignment as a percentage of window height). -Optional word count display in the bottom-right corner. -Context Menu: Right-click access to settings, save, open, fullscreen toggle, and exit, styled with a dark theme for consistency. -Hotkey Support: Intuitive shortcuts (Ctrl+O for open, Ctrl+S for save, F12 for settings, F11 for fullscreen, Esc to exit) enhance productivity. -Undo Support: Built-in undo stack for the text area, preserving editing history. -Responsive Layout: Dynamically centers the text area based on window size and font metrics, ensuring optimal readability.

Official Links