Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
A minimalist web browser with sophisticated security features.
C Groff JavaScript Makefile Perl CSS Shell
Failed to load latest commit information.
dragonfly Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile.
freebsd Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile.
linux linux GNUmakefile: install user-agent-headers and http-accept-headers…
netbsd Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile.
osx Catch OSX Makefile up with linux.
.gitignore Make osx directory use its own files
Makefile Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile.
README.md link to wiki and be more specific about licensing.
about.c xtp-meaning freed memory usage fix
ascii2txt.pl Implement an about:runtime page and :runtime command to view and
autoscroll.js Some more fixes for autoscroll
buildver.sh Quote directory vars in buildver.sh
completion.c Add for support for, and enable GTK3 as default.
config-checker.pl rename xxxterm to xomrero
cookie.c Add an extra call to fix windows hooking.
externaleditor.c Many errors fixed, found by clang static analyzer.
favicon.ico New icon
favorites rename xxxterm to xomrero
hinting.js Make link hinting case insensitive
history.c Initialize some variables to remove warnings.
hsts-preload Sync hsts-preload with chromium.
http-accept-headers Actually track the header files
input-focus.js rewrite hinting code completely
inputfocus.c Revert back to old way of converting DOM types.
inspector.c Pass the correct argument to the attach-window signal.
js-merge-helper.pl Favicons for compact tab + autoscroll
marco.c Use homepage for HTTPS GET request
playflash.sh rename xxxterm to xomrero
release.sh start signing tags
settings.c added "open search in new tab" (using C-Enter on search) per
style.css Low contrast web browsing (yay!)
tld-rules TLD-list updated upstream
tldlist.c Many errors fixed, found by clang static analyzer.
tordisabled.ico add tor icon toggle for proxy
torenabled.ico add tor icon toggle for proxy
txt2tooltip.pl sanity check better to fix a warning only perl on linux reports, how …
unix.c Implement an about:runtime page and :runtime command to view and
user-agent-headers Actually track the header files
version.h Prepare for release 1.6.4.
version.sh rename xxxterm to xomrero
whitelist.c Support GTK 3.10.
xombrero.1 Fix BackSpace key name in man page
xombrero.c xtp-meaning freed memory usage fix
xombrero.conf add a new config option js_auto_open_windows = 0|1, default being 1.
xombrero.css fix for gtk-warning
xombrero.desktop rename xxxterm to xomrero
xombrero.h xtp-meaning freed memory usage fix
xombreroicon.png rename xxxterm to xomrero
xombreroicon128.png New icon
xombreroicon1280.png New icon
xombreroicon16.png New icon
xombreroicon256.png New icon
xombreroicon32.png New icon
xombreroicon48.png New icon
xombreroicon64.png New icon

README.md

xombrero

xombrero is a minimalist web browser with sophisticated security features designed-in, rather than through an add-on after-the-fact. In particular, it provides both persistent and per-session controls for scripts and cookies, making it easy to thwart tracking and scripting attacks. In additional to providing a familiar mouse-based interface like other web browsers, it offers a set of vi-like keyboard commands for users who prefer to keep their hands on their keyboard. The default settings provide a secure environment. With simple keyboard commands, the user can "whitelist" specific sites, allowing cookies and scripts from those sites.

For more information, please visit https://opensource.conformal.com/wiki/xombrero

GPG Verification Key

All official release tags are signed by Conformal so users can ensure the code has not been tampered with and is coming from Conformal. To verify the signature perform the following:

  • Download the public key from the Conformal website at https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt

  • Import the public key into your GPG keyring:

    gpg --import GIT-GPG-KEY-conformal.txt
  • Verify the release tag with the following command where TAG_NAME is a placeholder for the specific tag:

    git tag -v TAG_NAME

License

xombrero is ISC licensed unless otherwise specified in individual files

Something went wrong with that request. Please try again.