# OkavangoIDE **Repository Path**: lancv33/OkavangoIDE ## Basic Information - **Project Name**: OkavangoIDE - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-29 - **Last Updated**: 2025-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
⚙️ ZUMBRA is a simple, fun, and expressive programming language made for learning, experimenting, and enjoying the beauty of code. OKavangoIDE or, for close friends, OKIDE was created to help you enjoy coding with Zumbra, featuring syntax highlighting, file management, and a smooth development experience.## 🚀 Features
💡 Tip:
Press Ctrl + S to quickly save your file, or right-click a folder to create a new Zumbra file!
🎨 The current interface:
🐧 Running on Linux
You can run OKavangoIDE on most Linux distributions. These instructions were tested on Arch Linux, but the process is similar for others such as Ubuntu, Debian, or Fedora.
📦 Requirements
🛠️ Installation Steps
sudo pacman -Syu jdk-openjdk mavensudo apt update && sudo apt install openjdk-17-jdk maven
git clone https://github.com/JoseLucasapp/OkavangoIDE.gitcd OkavangoIDE
java -versionjavac -versionsudo archlinux-java set java-21-openjdk
mvn clean install
mvn exec:java -Dexec.mainClass="com.joselucasapp.okavangoide.Main"
🪟 Running on Windows
OKavangoIDE also runs smoothly on Windows. Just follow the steps below to get everything set up.
📦 Requirements
🛠️ Installation Steps
JAVA_HOME environment variable and add the JDK bin folder to your system Path.
bin folder to your Path environment variable.
java -versionmvn -v
git clone https://github.com/JoseLucasapp/OkavangoIDE.gitcd OkavangoIDE
mvn clean install
mvn exec:java -Dexec.mainClass="com.joselucasapp.okavangoide.Main"
Tip: You can use Windows Terminal or Git Bash for a better CLI experience with Git and Maven.
## 🤝 ContributingWe welcome contributions! Please read our Contributing Guide and Code of Conduct before submitting pull requests.
Built with ❤️ • project in progress 🚧