Dactyloidae source code mirror
  • C++ 38%
  • C 22.3%
  • JavaScript 18%
  • HTML 10.3%
  • Python 3.5%
  • Other 7.3%
Find a file
2026-09-13 02:07:59 +03:00
.vscode
accessible
browser Remove all Eclipse mentions, since the browser isn't under eclipse anymore. 2026-09-13 02:07:59 +03:00
build Merge branch '14.0' of https://repo.dactyloidae.xyz/Dactyloidae/UXP into 14.0 2026-09-12 11:59:48 -07:00
caps
chrome
config PGO and LTO in clang-cl 2026-09-12 04:29:47 -07:00
db clang on windows support 2026-09-10 08:32:59 -07:00
devtools
docs A lot of changes 2026-09-13 01:54:49 +03:00
docshell
dom Remove DirectShow as it doesn't work properly. 2026-09-12 21:58:21 +03:00
editor
embedding
extensions
gfx [WIP] D3D11 gpu accel 2026-09-12 08:57:32 -07:00
gradle/wrapper
hal
image Issue #2928 - Improve imgLoader cache queue handling. 2026-07-31 19:46:21 +01:00
intl
ipc
js Optimize string operations with SSE2 2026-09-12 06:30:01 -07:00
layout accept any MIME type for a style sheet to match modern browsers 2026-08-07 20:27:22 -07:00
ldap
mailnews
media clang on windows support 2026-09-10 08:32:59 -07:00
memory Fix build with MSVC 2019+, and New SDK 2026-09-12 19:43:14 +03:00
mfbt
mobile
modules Merge branch '14.0' of https://repo.dactyloidae.xyz/Dactyloidae/UXP into 14.0 2026-09-12 11:59:48 -07:00
mozconfigs Clean and Fix Mozconfigs 2026-09-12 23:12:02 +03:00
mozglue Revert that 2026-07-12 23:57:34 +01:00
netwerk
nsprpub clang on windows support 2026-09-10 08:32:59 -07:00
other-licenses dactyloidae 7zstub 2026-07-13 13:41:30 -07:00
parser
probes
python
rdf
security Remove the damn shim, causing issues and I will fix it later (13.3 plan) 2026-07-11 18:51:29 +01:00
services
startupcache
storage
taskcluster
testing PGO and LTO in clang-cl 2026-09-12 04:29:47 -07:00
toolkit Remove DirectShow as it doesn't work properly. 2026-09-12 21:58:21 +03:00
tools
uriloader
view
widget Dactyloidae Milsko Widget initial commit 2026-07-28 23:21:45 +01:00
xpcom Remove nsresult from GenerateUUIDInPlace 2026-06-29 19:07:57 +01:00
xpfe
.clang-format
.clang-format-ignore
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitattributes
.gitignore A lot of changes 2026-09-13 01:54:49 +03:00
.lldbinit
.taskcluster.yml
.ycm_extra_conf.py
aclocal.m4 PGO and LTO in clang-cl 2026-09-12 04:29:47 -07:00
Android.mk
AUTHORS
build-msvc-win A lot of changes 2026-09-13 01:54:49 +03:00
build.gradle
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in PGO and LTO in clang-cl 2026-09-12 04:29:47 -07:00
moz.build
moz.configure Remove DirectShow as it doesn't work properly. 2026-09-12 21:58:21 +03:00
mozilla-config.h.in
old-configure.in PGO and LTO in clang-cl 2026-09-12 04:29:47 -07:00
README.md Update Benchmark Score 2026-09-12 17:50:51 +01:00
SECURITY.md
settings.gradle
sourcestamp.txt
test.mozbuild

Dactyloidae web browser
Official Discord server

Dactyloidae is a heavily modified fork of Eclipse Hydra (fork of roytam1's Serpent, which is a fork of Basilisk, which is a fork of Firefox).

Some advantages over upstream, roytam1's Serpent, Eclipse Hydra and Firefox are:

  • More optimizations (SSE2, with additional boosts for future CPUs coming soon)
  • Better interoperability with upstream (using SQL storage instead of DBM)
  • More modern theme
  • Better e10s support
  • Support for extensions in the Chrome and Edge Web Store (soon)
  • Support for extensions released for both Pale Moon, Basilisk and Firefox
  • WebExtensions support comparable to Firefox ESR 78
  • Literally being the fastest XUL browser (48.7 in Speedometer 2.1 compared to 22.4 in Pale Moon 34.2 AVX2)
  • Re-add support for iOS, Android, Windows 2000 and later, NetBSD (soon OpenBSD)

Interested in running Dactyloidae in Win9x?

Get DactJump alongside Dactyloidae if you want to use it on 9x.

Get it here.

Credits

If I've forgotten to put your name here, please let me know and I'll add it.

  • Feodor2 - Portable mode, theme fixes, and more from Mypal and Mypal68.
  • Librewolf Developers - Privacy tweaks from Librewolf. (Has not been implemented yet)
  • BlueySoft (goober) - Branding visuals, icons and fancy text.
  • White Star - Helping with porting platform to Darwin PowerPC.

Major core browser engine contributions:

  • Stossy11 - Helping to develop and fix the macOS build.
  • Eclipse Community - For creating Hydra and Lun3r, the bases of this fork.
  • Loongson Hobbists' community - Providing a LoongArch VM and general assistance in porting to LoongArch64
  • Basilisk-Dev - For supporting and maintaining Basilisk, aswell as general advice for developing this browser.
  • roytam1 - Windows XP support code, e10s, WebExtensions, and more for UXP.
  • Moonchild Productions - For creating the Unified XUL Platform and Basilisk, the core of this project.
  • Mozilla Developers - Firefox ESR 52 browser base.