Lightweight • Portable • JavaFX‑Powered • WebKit‑Driven
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.
[CVBGOD] YOU NEED UCRT64
[CVBGOD] ONCE THE WINDOW HAS LOADED FULLY, CLICK INTO THE ADDRESS BAR, IT RESPONDS TO PRESSING ENTER !
#!/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.exeSDK‑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 :
- DOWNLOAD AND INSTALL UCRT64
- RUN THIS SCRIPT INSIDE OF AN OPEN UCRT64 CONSOLE WINDOW, JUST PASTE THE FULL BLOCK STARTING AT 'rm' ENDING IN './Dark-Com.exe' INTO UCRT64 DIRECTLY, ALL OF IT!
- WAIT FOR THE PROGRAM TO LOAD IN FULL AND YOU SHOULD SEE 'GOOGLE' AND THE AI MODE BOTTON, THIS IS HOW DARK COM LAUNCHES ..
- I AM CVBGOD AND I HAVE GIVEN IT TO YOU!
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:
- HTML5
- JavaScript
- CSS
- WebKit‑level standards
- Clean, minimal source tree
- Heavy binaries distributed separately
- Easy to fork, modify, and redistribute
- No installation
- No registry edits
- Just extract and run
- Source Repo: Contains the Java logic, UI controllers, and the C-Shell wrapper.
- Dist Repo: Contains the heavy lifting: jfxwebkit.dll, javafx.web.jar, and supporting native modules.
- Runtime: Requires Java 17+ to be present on the system path.
This project was co‑engineered by:
- Lead Developer: mercwar
- Architectural Assistant: Gemini (Google AI)
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.

