πŸ“š Resources & Documentation

Everything you need to get started with LODEEM and master local development

πŸš€ Getting Started

Get up and running with LODEEM in minutes. Follow these simple steps to set up your first local development environment.

1

Download LODEEM

Download the latest version for Windows from our download page. LODEEM is a single executable - no installation required!

πŸ’‘ Tip: LODEEM is completely portable. You can run it from anywhere, including USB drives.

2

First Launch

Simply double-click lodeem.exe to launch the application. On first run, LODEEM will:

  • Create a configuration folder in your user directory
  • Set up default settings
  • Initialize the service manager
3

Configure Your First Service

Navigate to the Services tab and add your first service:

  1. Click the "Add Service" button
  2. Choose a service type (Apache, Nginx, MySQL, etc.)
  3. Configure paths and ports
  4. Click "Save" and then "Start"

⚠️ Note: Make sure the ports you choose aren't already in use by other applications.

4

Start Building

Your development environment is ready! Access your services through:

  • Web Server: http://localhost:[port]
  • Database: Use your preferred client with configured credentials
  • Dashboard: Monitor all services in the LODEEM main interface

Quick Tips for Beginners

  • Profiles: Create different profiles for different projects (WordPress, Laravel, Node.js, etc.)
  • Service Groups: Start/stop multiple services at once with service groups
  • Backups: Use the snapshot feature to save your current configuration
  • Performance: LODEEM uses minimal resources - you can run multiple environments simultaneously

πŸ“– Documentation

Comprehensive guides for all LODEEM features and capabilities.

Core Features

Service Management

LODEEM supports a wide range of services out of the box:

  • Web Servers: Apache, Nginx
  • Databases: MySQL, MariaDB, PostgreSQL, MongoDB
  • Runtimes: PHP (multiple versions), Node.js, Python
  • Other: Redis, Memcached, Elasticsearch

Each service can be configured independently with custom ports, paths, and settings.

Configuration Profiles

Profiles allow you to save complete environment configurations:

# Example: Create a WordPress profile 1. Add MySQL service (port 3306) 2. Add Apache + PHP 8.1 (port 80) 3. Configure document root 4. Save as "WordPress Dev" 5. Switch between profiles instantly

Database Management

Built-in database browser lets you:

  • View and edit database tables
  • Execute SQL queries
  • Import/export databases
  • Manage users and permissions

PHP Version Management

Switch between multiple PHP versions per project:

  • PHP 7.4, 8.0, 8.1, 8.2, 8.3 supported
  • Each version isolated and configurable
  • No conflicts between versions
  • Custom php.ini per version

Snapshots & Backups

Protect your configurations and data:

  • Config Snapshots: Save your service configurations
  • Database Backups: Automated or manual database dumps
  • Quick Restore: Roll back to any saved state
  • Export/Import: Share configurations across machines

πŸ“ Note: Full API documentation and advanced guides are coming soon. Join our community to stay updated!

❓ Frequently Asked Questions

Common questions about LODEEM, answered.

What makes LODEEM different from XAMPP, WAMP, or Laragon?

LODEEM is built from the ground up in Rust, making it 10-100x faster than alternatives. It uses ~150MB of RAM (vs 500MB+ for others), starts in under 1 second, and the executable is only 8.63MB. Plus, it's truly portable and supports modern workflows like profiles, snapshots, and cloud sync.

Which operating systems are supported?

Currently, LODEEM is available for Windows 10/11. macOS and Linux versions are in development and coming soon. Sign up for our waitlist to be notified when they launch!

Can I use LODEEM for production?

LODEEM is designed for local development environments. While the services it manages (Apache, MySQL, etc.) can run in production, LODEEM itself is optimized for development workflows. For production, use traditional server setups or containerization.

How do I update LODEEM?

LODEEM automatically checks for updates on launch. When a new version is available, you'll be prompted to download it. Simply replace the old executable with the new one - all your configurations are preserved in separate config files.

Can I run multiple projects simultaneously?

Absolutely! LODEEM is designed for multi-project workflows. Use different ports for each project's services, or use profiles to quickly switch between entire environment configurations. You can even run them all at once thanks to LODEEM's minimal resource usage.

Is my data safe?

All your databases and configurations are stored locally on your machine by default. If you enable cloud sync (Pro feature), configurations are encrypted before upload. We never access your databases or project files.

Do I need administrator privileges?

For basic usage, no. LODEEM can run as a regular user. However, some services (like running web servers on port 80) may require administrator privileges on Windows. LODEEM will prompt you if elevated access is needed.

Can I migrate from XAMPP/WAMP/Laragon?

Yes! LODEEM can import existing projects. Simply point LODEEM to your existing document roots and database folders. We're also working on automated migration tools for popular platforms.

Where can I get support?

Free users can get community support via GitHub Issues and our Discord server. Pro and Enterprise users get priority email support with guaranteed response times. Check the Community section below for links!

πŸ“ Changelog

Track LODEEM's evolution with our version history.

v0.1.0 RC1 Pre-Release
January 2026

πŸŽ‰ New Features

  • Initial public release candidate
  • Service management for Apache, Nginx, MySQL, MariaDB, PostgreSQL
  • Multiple PHP version support (7.4 - 8.3)
  • Configuration profiles and snapshots
  • Built-in database browser
  • System tray integration
  • Dark/Light theme support

⚑ Performance

  • 8.63 MB executable size
  • ~154 MB memory usage
  • Sub-second startup time
  • Native Rust implementation for maximum speed

🎨 UI/UX

  • Modern Iced-based GUI
  • Responsive dashboard with real-time service status
  • Intuitive service configuration wizard
  • Visual database management
v0.0.x Alpha/Beta
2025

Development Milestones

  • Core service manager architecture
  • Database abstraction layer
  • Configuration system
  • GUI framework implementation
  • Cross-platform compatibility testing
  • Performance optimization

πŸ”” Stay Updated: Join our waitlist to get notified about new releases and features!

πŸ‘₯ Community & Support

Connect with other LODEEM users, get help, and contribute to the project.