MapSCII: Render World Maps in Braille and ASCII Directly in Your Console
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
MapSCII is a unique JavaScript project that brings the world map to your terminal, rendering maps using Braille and ASCII characters. It offers an interactive experience directly from your console, allowing users to explore the globe, zoom, and pan. This fascinating tool is perfect for command-line enthusiasts looking for a novel way to visualize geographical data.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
MapSCII is an extraordinary open-source project that brings the entire world map directly to your console. Developed in JavaScript, this unique tool renders geographical data using Braille and ASCII characters, offering an interactive and visually distinct mapping experience. It's a fascinating way to explore the globe without leaving your terminal, supporting features like zooming, panning, and discovering points of interest. You can even try it instantly by typing telnet mapscii.me in your terminal.
Installation
Getting MapSCII up and running is straightforward. Ensure you have Node.js (version 10 or higher) installed on your system.
With npm
To install MapSCII globally via npm:
npm install -g mapscii
If you encounter permission errors, especially on macOS, you might need to use sudo:
sudo npm install -g mapscii
You can also run it directly without global installation using npx:
npx mapscii
With Snap
For users on supported Linux distributions, MapSCII is also available as a Snap package:
sudo snap install mapscii
Examples
Once installed, simply run mapscii from your terminal to launch the interactive map.
mapscii
Keyboard Shortcuts:
- Arrows (up, down, left, right): Scroll around the map.
- a or z: Zoom in and out.
- c: Switch to block character mode.
- q: Quit the application.
Mouse Control:
If your terminal supports mouse events, you can drag the map to pan and use your scroll wheel to zoom in and out, providing a more intuitive navigation experience.
Why Use MapSCII?
MapSCII stands out for several compelling reasons:
- Unique Console Experience: It offers a novel way to interact with maps directly from your command line, perfect for developers and CLI enthusiasts.
- Highly Customizable: Supports Mapbox Styles, allowing for extensive customization of layer styling.
- Offline Capabilities: Connects to any public or private vector tile server, and can work offline with local VectorTile/MBTiles.
- Optimized Performance: Built with highly optimized algorithms in pure JavaScript for a smooth and responsive experience.
- Accessibility: Provides a lightweight mapping solution accessible across most Linux and macOS terminals, and via PuTTY on Windows.
Links
- GitHub Repository: https://github.com/rastapasta/mapscii
- Live Demo: Connect via
telnet mapscii.me(On Windows, use PuTTY)
Related repositories
Similar repositories that may be relevant next.

Frontend Slides: Create Stunning Web Presentations with AI Coding Agents
June 28, 2026
Frontend Slides is an innovative GitHub repository that empowers users to create beautiful web presentations using AI coding agents. It simplifies the design process by offering visual style discovery and can even convert existing PowerPoint files into elegant HTML slides. This project is ideal for non-designers seeking professional, dependency-free presentations.
OrbitDB: Peer-to-Peer Databases for the Decentralized Web
June 22, 2026
OrbitDB is a serverless, distributed, peer-to-peer database designed for the decentralized web. It leverages IPFS for data storage and Libp2p Pubsub for automatic synchronization, ensuring eventual consistency through Merkle-CRDTs. This makes OrbitDB an excellent choice for p2p, decentralized, blockchain, and local-first web applications, offering various database types like event logs, documents, and key-value stores.

Open-Higgsfield-AI: Free, Self-Hosted AI Image Generation & Cinema Studio
June 15, 2026
Open-Higgsfield-AI offers an open-source, self-hosted alternative for AI image generation and a cinema studio. It provides access to over 20 models, including Flux, SDXL, Midjourney, and Ideogram, allowing users to create stunning visuals and cinematic content. This MIT-licensed project is fully customizable and designed for local operation.

Nextcloud Office Online: Seamless Document Integration
June 13, 2026
The `nextcloud/officeonline` repository provides an integration app for Nextcloud, enabling users to edit documents directly within their Nextcloud instance using an on-premise Office Online Server. This solution facilitates collaborative document editing and viewing, enhancing productivity for Nextcloud users. It specifically supports self-hosted Office Online Server deployments, not cloud-based Office 365.
Source repository
Open the original repository on GitHub.