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:
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# 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.Auto-fetched about 1 hour ago
Auto-fetched about 1 hour ago