Iron Portable - chromium browser [spyware / adware]

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

Iron Portable - chromium browser [spyware / adware]

#1 Post by freakazoid »

Category: Internet - Web Browsers

Synopsis: Iron is an open-source browser based upon the codebase of Google Chrome. Its primary difference between Chrome is it removes all tracking and privacy issues that Chrome is said to have. Read about the major differences here: http://www.srware.net/en/software_srwar ... s_iron.php

Writes settings to: Application folder

How to extract: Download "IronPortable.zip". Extract to a folder of your choosing. Launch "IronPortable.exe".

Stealth: Yes

License: Freeware

System Requirements: Win95 / Win98 / WinME / WinNT / Win2K / WinXP / Vista

Website: http://www.srware.net/en/software_srware_iron.php

Download: 14.7 MB (33.1 MB uncompressed) http://www.srware.net/en/software_srwar ... wnload.php

---------

If you remove all dictionaries and languages except English, you can drop the file size down to 26.3 MB.

-.-
Posts: 325
Joined: Mon Oct 06, 2008 4:32 pm

#2 Post by -.- »

dont see how this is different than portable chromium... :S you can turn off the "security risks" that it mentions :S

Onesimus Prime
Posts: 133
Joined: Wed Sep 05, 2007 8:42 pm

#3 Post by Onesimus Prime »

You can go "incognito" in Portable Chromium - I'm not sure if that addresses all of the security concerns they mention at the Iron site, though. (There may well be other options/settings too that I'm not aware of.) Check out Iron's FAQ and the "major differences" link that freakazoid posted.

Besides, it's kind of nice to not have to worry about remembering to turn something off.
Not that it matters much to me - I'll try Iron, but FF2/3 will probably still be my main browser... (yes, the portable one)

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

#4 Post by freakazoid »

Update - Nov 1: Now includes a basic version of AdBlock... also Chromium codebase is updated to 0.3.155.0

http://www.srware.net/en/software_srware_iron_news.php

SA
Posts: 1
Joined: Fri Nov 21, 2008 10:49 am

#5 Post by SA »

-.- wrote:dont see how this is different than portable chromium... :S you can turn off the "security risks" that it mentions :S
Google chome reports a lot to google, your browsing behavior and so on, in Iron al that things are riped off, only google search stayed. So it's clean and fast.

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

#6 Post by freakazoid »

Update - Nov 30: Chromium codebase updated to 0.4.155.

Includes new feature - bookmark manager.

portackager
Posts: 169
Joined: Sun Apr 29, 2007 2:01 pm

#7 Post by portackager »

14.12.2008: New Iron-Release: 1.0.155.0

After Chrome 1.0 is released, you can surely download a new Iron, too. We have also updated the adbock.ini is,which you can get here. Further we have improved the Portable Version, it now accepts parameters such as -- incognito, to start Iron immediately to the "anonymous mode".
Nice to know they keep it updated

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

#8 Post by freakazoid »

sweet :P
incognito mode to start up!

Yucca
Posts: 88
Joined: Sun May 07, 2006 10:59 am

#9 Post by Yucca »

portackager wrote:
14.12.2008: New Iron-Release: 1.0.155.0
Further we have improved the Portable Version, it now accepts parameters such as -- incognito, to start Iron immediately to the "anonymous mode".
I have not been able to get the --incognito parameter to work with IronPortable.

My USB drive is U: and I have been trying the following code:

Code: Select all

U:\IronPortable\ironportable.exe --incognito
but it is not working for me. It just opens IronPortable but not in incognito mode.

If I use the following code

Code: Select all

U:\IronPortable\Iron\iron --incognito
it works and opens in the incognito mode -- but that code bypasses the portable launcher, which is not good.

Any ideas about what I'm doing wrong?

Has anyone gotten this to work with IronPortable?

Thanks for any help.

--Yucca

GeddichNixan
Posts: 159
Joined: Fri May 09, 2008 6:03 am

#10 Post by GeddichNixan »

I wrote a simple batch with the following content:

IronPortable.exe -incognito

I put this into the folder where IronPortable.exe is and start Iron with this batch instead of the portable launcher.

I started the incognito mode this way within a sanbox. The only thing it wrote outside the app folder was in:

\user\current\Local Settings\Temp\chrome_shutdown_ms.txt

The txt-file only contained the number 133. (Maybe this is the answer to the universe and all the rest and not 42.)

BTW, for those who are interested in such thing. The publisher of the IronBrowser also offers an adblocker ini. You need to put it into the same dir where iron.exe is. The download link is here:

http://www.srware.net/downloads/adblock.ini

bewc
Posts: 1
Joined: Wed Dec 24, 2008 12:28 pm

Step by step what I did with IronPortable incognito

#11 Post by bewc »

Here is step by step what I did with IronPortable incognito and it worked:

http://www.srware.net/en/software_srwar ... wnload.php

Download Portable-Version for USB-Sticks (no Installation; no Admin-rights needed; Profils in the same folder)

Extract the contents of the zip to a folder (.\IronPortable)

In the folder, you can create a batch file or a Shortcut, but in general they are doing the same thing. I prefer the batch file because the shortcut needs paths.

Place the following line into a text file and save it as ironstart.bat:

@cmd /c IronPortable.exe --incognito

I am behind a corporate firewall/proxy, so my line is actually:
@cmd /c IronPortable.exe --incognito --no-sandbox

The --no-sandbox is necessary for me for some reason. Noone seems to know why - but that's off topic.

Note that I use two dashes in front of the word incognito. I read it somewhere when I needed the no-sandbox option to make it work. So I use two dashes. I don't know if it matters, I've read about people using one dash and it works, but I'm not changing a thing if it's working.

I hope that helps!

Yucca
Posts: 88
Joined: Sun May 07, 2006 10:59 am

#12 Post by Yucca »

bewc,

Thanks for the follow up.

I am an experienced batch file programmer, so I understand the code in your batch file, but it is still not opening IronPortable in incognito mode. It opens the browser, but it does not appear to be in incognito mode (because there is no incognito icon).

Are you sure your code is opening IronPortable in incognito mode and not just opening the browser?

When I use your code to open IronPortable, I do not see the incognito icon (shadowy guy in a trenchcoat and hat) in the upper left corner of the browser. Do you see that icon when you use your code?

(If you open IronPortable normally and then press Ctrl-Shift-N, you'll see what I'm expecting to see if the browser is really opening in incognito mode.)

I would really like to get this working and appreciate any advice you can offer.

Thanks.

--Yucca

User avatar
joby_toss
Posts: 2970
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

#13 Post by joby_toss »

bewc's bat file works.
Here is a small video demonstration:

Code: Select all

http://rapidshare.com/files/177292571/Iron_start_incognito.avi.html
http://www.mediafire.com/?xg5l2wjyz0l

Yucca
Posts: 88
Joined: Sun May 07, 2006 10:59 am

#14 Post by Yucca »

joby_toss,

OK, I wouldn't have believed it if you hadn't shown it to me with my own eyes! Thanks for taking the time to create a screen capture.

After seeing your visual proof, I realized that something must be going wrong on my side.

Although I had checked the version of IronPortable before, I checked it again and realized I had the correct version but an older build.

I updated IronPortable to the current build (which I thought I already had) and now the command line startup of IronPortable in incognito mode is working fine.

Thanks to you and all who helped me with this.

-- Yucca

crownixx
Posts: 403
Joined: Sat May 12, 2007 6:26 am

#15 Post by crownixx »

Most everyone use PStart right?Probably..
Then another simple way to run into incognito mode is after you drag & drop IronPortable into PStart menu, right click and edit. Add following command as shown in picture
Image

Post Reply