Ascension III is an advanced ANSI/ASCII art viewer and text editor for macOS. Originally created by Stefan Vogt (byteproject), this fork modernizes the codebase for current macOS versions.
- View ANSI/ASCII artworks with accurate rendering
- Supports a wide range of file types: ANS, BIN, ADF, IDF, XB, PCB, TND, ASC, NFO, DIZ and plain text files
- Built-in text editor with legacy encoding support (Codepage 437 and others)
- Unicode support
- Properly renders Amiga artworks
- Export as PNG images
- Retina / HiDPI rendering
- Bundled BlockZone font (faithful recreation of the original DOS font) and many classic textmode typefaces
- Multi-color themes for ASCII
- SAUCE record reading
- Advanced settings: custom BIN columns, iCE colors, custom bits
brew install --cask vigo/ascension/ascension- macOS 13.0 (Ventura) or later
- Xcode 14+ for building from source
git clone https://github.com/vigo/Ascension.git
cd Ascension
open Ascension.xcodeprojBuild and run from Xcode (Cmd+R).
- Removed embedded AnsiLove.framework and AutoHyperlinks.framework binaries; integrated AnsiLove source files directly into the project
- Refactored SVBlockDrawDocument for modern Objective-C compatibility
- Modernized SVPreferences, SVThemeObject, SVToggleSlider, and SVEpicAboutBoxWC
- Updated deployment target to macOS 13.0
- Cleaned up Xcode project configuration
Current release is 4.0.0 (200)
Ascension is released under the BSD 3-Clause License.
Original author: Copyright (C) 2010-2015 Stefan Vogt.
