Favicon of Atheos

Atheos

Develop code in your browser with a minimal, self-hosted IDE. Supports 40+ languages, real-time collaboration, a plugin marketplace, and advanced search tools.

Atheos is a web-based IDE framework designed with simplicity and speed in mind. It allows for fast, interactive development without the massive overhead of larger desktop editors. As a completely open-source project, it runs on your own server, giving you full control over your coding environment. It requires only a minimal server setup with PHP and has no database dependency.

The interface is clean and efficient, featuring a file manager, a split-able center panel for editors, and a panel for system controls. Atheos is packed with features to enhance your workflow:

  • Support for over 40 programming languages
  • Extensible through a Plugin Library & Marketplace
  • Real-time collaborative editing for team projects
  • Smart auto-complete and advanced search tools
  • Error checking and notifications
  • Support for multiple users and editor screen splitting
  • Over 20 syntax color themes to customize your view
  • i18n language support for international teams

Directory Structure

atheos
data
plugins
workspace
.env
docker-compose.yml

docker-compose.yml

services:
  atheos:
    image: hlsiira/atheos:latest
    container_name: atheos
    ports:
      - "8080:80"
    volumes:
      - ./data:/var/www/html/data
      - ./plugins:/var/www/html/plugins
      - ./workspace:/var/www/html/workspace
    restart: unless-stopped

.env

# Atheos does not require any sensitive environment variables for basic setup.
# Initial configuration and admin credentials are set up via the web interface on first launch.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Atheos

Favicon

 

  
  
Favicon

 

  
  
Favicon