Skip to content

athasdev/athas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Athas

A lightweight code editor built with React, TypeScript, and Tauri.

Features

  • Integrated Terminal - Full-featured terminal with multiple tabs, split view, and session persistence
  • Language Server Protocol - IntelliSense, go-to-definition, and diagnostics for multiple languages
  • Vim Mode - Optional Vim keybindings for efficient editing
  • Customizable Themes - Built-in themes with support for custom TOML themes
  • Extension System - Extend functionality with themes and language support
  • Project Tabs - Multi-project workspace with independent file trees

Download

Get the latest version from the releases page.

Development

See setup guides for your platform:

Customization

Create custom themes by adding TOML files. See themes documentation.

Documentation

User Guides

  • Terminal - Integrated terminal features and keyboard shortcuts
  • Themes - Creating and customizing themes
  • Project Tabs - Managing multi-project workspaces

Contributing

Support