Loading repository data…
Loading repository data…
mercwar / repository
The Dark‑Com Java Browser is the official web engine for the Dark‑Com system a clean, modern JFX WebView browser launched directly from the Dark‑Com C/C++ host. It provides: JavaFX WebView rendering engine Back / Forward / Reload controls URL bar with live location updates Full JavaScript support Modern HTML5/CSS rendering Standalone Java.

Dark‑Com is a lightweight, portable web browser built on JavaFX WebView and powered by the WebKit rendering engine.
Designed for Windows, it provides a clean, minimal, Git‑friendly structure while delivering modern web capabilities.
#!/bin/sh
rm -rf Dark-Com
rm -rf Dark-Com-Git-Dist
rm -rf temp_dist
rm -rf javafx.zip
rm -rf javafx-sdk-*
git clone https://github.com/mercwar/Dark-Com
mkdir Dark-Com-Git-Dist
mv Dark-Com/Dark-Com-Git-Dist/* Dark-Com-Git-Dist/
rm -rf Dark-Com
if ! command -v java >/dev/null 2>&1; then
echo "Java not found — installing Java runtime..."
curl -L -o jdk.zip "https://api.adoptium.net/v3/binary/latest/25/ga/windows/x64/jdk/hotspot/normal/eclipse"
unzip jdk.zip -d jdk_temp
rm jdk.zip
mv jdk_temp/* Dark-Com-Git-Dist/jdk/
rm -rf jdk_temp
export PATH="$PATH:$(pwd)/Dark-Com-Git-Dist/jdk/bin"
else
echo "Java detected — using system Java."
fi
curl -L -o javafx.zip https://download2.gluonhq.com/openjfx/21.0.2/openjfx-21.0.2_windows-x64_bin-sdk.zip
unzip javafx.zip
cp -r javafx-sdk-*/lib/* Dark-Com-Git-Dist/
cp -r javafx-sdk-*/bin/* Dark-Com-Git-Dist/
rm -rf javafx.zip
rm -rf javafx-sdk-*
ls Dark-Com-Git-Dist | grep jfxwebkit.dll
cd Dark-Com-Git-Dist
./Dark-Com.exe
Your directory must resolve to the following structure for Dark‑Com.exe to achieve operational consciousness:
/Dark-Com/
├── Dark-Com.exe ← Logical Trigger (C-Shell Wrapper)
├── jfxwebkit.dll ← Kinetic Vision Module (WebKit)
├── javafx.web.jar ← Protocol Bridge Layer
└── [Other Modules] ← Auxiliary Data Streams
./Dark-Com.exe
SDK‑level debug chatter may appear. The wrapper bypasses standard JRE gatekeeping by design.
YOU DOWNLOAD UCRT64 FIRST, YOU WILL SEE A FEW APPS IN MSYS, ONE OF THEM IS UCRT64
DOUBLE CLICK OR FROM YOUR START MENU RUN A UCRT64 WINDOW (YOU WILL BE IN YOUR DEFAULT GIT FOLDER)
THEN YOU COPY THIS SHELL SCRIPT AND PASTE IT INTO THE UCRT64 WINDOW , THATS IT , THATS THE DARK COM INSTALLER.
DARK COM INSTALLER SCRIPT :
rm -rf Dark-Com
rm -rf Dark-Com-Git-Dist
rm -rf temp_dist
rm -rf javafx.zip
rm -rf javafx-sdk-*
git clone https://github.com/mercwar/Dark-Com
mkdir Dark-Com-Git-Dist
mv Dark-Com/Dark-Com-Git-Dist/* Dark-Com-Git-Dist/
rm -rf Dark-Com
if ! command -v java >/dev/null 2>&1; then
echo "Java not found — installing Java runtime..."
curl -L -o jdk.zip "https://api.adoptium.net/v3/binary/latest/25/ga/windows/x64/jdk/hotspot/normal/eclipse"
unzip jdk.zip -d jdk_temp
rm jdk.zip
mv jdk_temp/* Dark-Com-Git-Dist/jdk/
rm -rf jdk_temp
export PATH="$PATH:$(pwd)/Dark-Com-Git-Dist/jdk/bin"
else
echo "Java detected — using system Java."
fi
curl -L -o javafx.zip https://download2.gluonhq.com/openjfx/21.0.2/openjfx-21.0.2_windows-x64_bin-sdk.zip
unzip javafx.zip
cp -r javafx-sdk-*/lib/* Dark-Com-Git-Dist/
cp -r javafx-sdk-*/bin/* Dark-Com-Git-Dist/
rm -rf javafx.zip
rm -rf javafx-sdk-*
ls Dark-Com-Git-Dist | grep jfxwebkit.dll
cd Dark-Com-Git-Dist
./Dark-Com.exe
Dark‑Com supports:
This project was co‑engineered by:
A collaboration that produced a fully functional, modern, portable browser.
Dark‑Com requires a Java 17+ Runtime Environment (JRE) to run JavaFX modules correctly.
Ensure your system has a compatible JRE installed.
This browser was compiled with various OpenSource Projects, files, and SDKs including Java.
The C Shell wrapper used to compile those files and construct the logical *.EXE is Dark‑Com.
Copyright (c) 2026 mercwar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.