Checkout: IceCat
while you probably never can avoid 100% surveillance at least try to keep your BigData footprint as small as possible… (same for CO2 😀 and fossil-fuels)
Linux Systems:
Downloads:
http://www.srware.net/downloads/iron-linux.tar.gz (32-Bit)
http://www.srware.net/downloads/iron-linux-64.tar.gz (64-Bit)
Downloads für Debian-basierte Distributionen (Debian, Ubuntu, Mint etc.):
http://www.srware.net/downloads/iron.deb (32-Bit)
http://www.srware.net/downloads/iron64.deb (64-Bit)
Downloads für Redhat-basierte Distributionen [BETA!] (Fedora, RHEL etc.):
http://www.srware.net/downloads/iron.rpm (32-Bit)
http://www.srware.net/downloads/iron64.rpm (64-Bit)
Android:
You can install it from the Playstore:
https://play.google.com/store/apps/details?id=org.iron.srware
Optinal APK-Download:
http://www.srware.net/downloads/IronMobile.apk
OSX:
Download (OS X 10.9 or greater / Intel):
http://www.srware.net/downloads/iron-mac64.zip (64-Bit)
Windoof:
SRWare Iron Download < (Installer for XP,Vista,7)
Download Installer:
http://www.srware.net/downloads/srware_iron.exe (32-Bit)
http://www.srware.net/downloads/srware_iron64.exe (64-Bit)
Download Portable:
http://www.srware.net/downloads/IronPortable.zip (32-Bit)
http://www.srware.net/downloads/IronPortable64.zip (64-Bit)
they should really publish sha256 checksums for all their binaries…
Extensions / Plugins / Erweiterungen: http://www.chrome-plugins.info/
it seems like you have to check the forum in order to get download links to the latest versions of osx.
http://www.srware.net/forum/viewtopic.php?f=18&t=8102
We released the new Iron for MacOS today, which contains all features and updates known from Chromim 39. The current version is 39.0.2000.0.
Main improvements:
– new extension/apps APIs
– stability improvements
– Bug-/Securityfixes
Please turn off Gatekeeper for Installation and the first start:
http://its.uiowa.edu/support/article/4038
Download (OS X 10.7 or greater / Intel):
http://www.srware.net/downloads/iron-mac.zip (32-Bit) [not longer supported, Download links to Version 37]
http://www.srware.net/downloads/iron-mac64.zip (64-Bit)
PLEASE DONATE! OR CLICK ON THEY ADVERTISEMENTS! 😉
convenience vs surveillance – break free!
SRWare Iron vs. Chrome differences
The following Google Chrome features are not present in Iron:[14][15]
- RLZ identifier, an encoded string sent together with all queries to Google[16] or once every 24 hours.
- Google search access on startup for users with Google as default search[16][17]
- A unique ID (“clientID”) for identifying the user in logs.
- A timestamp of when the browser was installed.
- Google-hosted error pages when a server is not present
- Google Updater automatic installation.
- DNS pre-fetching,[18] because it could potentially be used by spammers.[19][20][21]
- Automatic address bar search suggestions.
- Bug tracking system, sends information about crashes or errors.
WONDER! WONDER! IT’S DONATION BASED!
http://www.srware.net/en/impressum.php
startseite ändern / change start page
duckduckgo as default search engine
With SWare Iron you CAN add duckduckgo – the google like search engine that respects your privacy as your default search engine in two easy steps:
1. go to https://duckduckgo.com right click into the search field.
2. go to settings -> make default
Export Bookmarks form Firefox / Opera / Chrome
SWare Iron not viewing PDFs
Disable the Adobe Chrome Plugin
and use the system’s default pdf viewer.
getting it to work under debian linux
i could not… not in 64bit linux.
there seem to be a problem… chrome 32bit only… but if you want to get this to run under 64bit linux… hm…
# installed the iron64.deb
dpkg -i iron64.deb
… errors…
# untared the iron-linux-64.tar.gz
# testrun via terminal to see what is wrong
user@debian7:~$ /Applications/iron64/iron
/Applications/iron64/iron: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
# search for package
apt-cache search libXss
libxss1 – X11 Screen Saver extension library
# install the missing packages
apt-get install libxss1
# next error message
/Applications/iron64/iron: error while loading shared libraries: libudev.so.1: cannot open shared object file: No such file or directory
# search for missing package
apt-cache search libudev
libudev0 – libudev shared library
apt-get install libudev0
|
sware iron alternative?
… do it better life hackers! then complain?
http://www.comodo.com/home/browsers-toolbars/browser.php
CreditsPrint
SRWare Iron: Der Browser der Zukunft | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
– Übersicht – News – Chrome vs Iron – FAQ (häufig gestellte Fragen) – DownloadWas macht Iron anders als Chrome? Datenschutz:Gegenüberstellung von Chrome und Iron beim Datenschutz:
Geschwindigkeit: Weitere wichtige Unterschiede:
* Chrome und Google sind eingetragene Markenzeichen von Google Inc. |
for Debian Linux Users… it’s a little bit of a pain in the ass to get SWare Iron to work… (i could not)
what i tried so far:
[cc lang=”html” escaped=”true” width=”550″]
# what you will need
> libharfbuzz-bin – OpenType text shaping engine (utility)
> libudev-dev – libudev development files, This package contains the files needed for developing applications that use libudev.
> libxss1 – X11 Screen Saver extension library
echo “deb http://ftp.de.debian.org/debian sid main” >> /etc/apt/sources.list
apt-get update
apt-get install libharfbuzz-bin libudev-dev libxss1;
# to build from source
apt-get install glib-2.0
apt-get build-dep gitg
wget http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.38.tar.bz2
bunzip2 harfbuzz-0.9.38.tar.bz2
tar fxv harfbuzz-0.9.38.tar
cd harfbuzz-0.9.38
./configure –prefix=/usr –with-gobject && make
make install
[/cc]
i get the following error:
/usr/share/iron/iron: symbol lookup error: /usr/share/iron/iron: undefined symbol: g_type_class_adjust_private_offset
https://github.com/breach/breach_core/wiki/Building-Breach-from-Source
source: http://www.linuxfromscratch.org/blfs/view/svn/general/harfbuzz.html
http://askubuntu.com/questions/590262/how-to-get-all-gitg-0-3-3-dependencies
https://packages.debian.org/sid/i386/libharfbuzz-bin/download
http://ftp.de.debian.org/debian/pool/main/h/harfbuzz/libharfbuzz-bin_0.9.35-2_i386.deb
liked this article?
- only together we can create a truly free world
- plz support dwaves to keep it up & running!
- (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
- really really hate advertisement
- contribute: whenever a solution was found, blog about it for others to find!
- talk about, recommend & link to this blog and articles
- thanks to all who contribute!