Main > Free Download Search >

Free portable application software for mac

portable application

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7715
Apple Pro Application Support 2009-01

Apple Pro Application Support 2009-01


Apple Pro Application Support 2009-01 is designed to provide users with the latest revision to Final Cut Studio (2009). more>>

Apple Pro Application Support 2009-01 is designed to provide users with the latest revision to Final Cut Studio (2009). This update includes Final Cut Pro 7.0.1, Motion 4.0.1, Soundtrack Pro 3.0.1, Color 1.5.1, and Compressor 3.5.1. The software addresses general compatibility issues, improves overall stability, and addresses a number of other minor issues.

Requirements:

  • Mac OS X 10.4 or later


<<less
Added: 2009-10-21 License: update/patch Price: Notavailable
downloads
SPOOFEM Desktop Application 1b

SPOOFEM Desktop Application 1b


SPOOFEM Desktop Application is an effective tool which lets you utilize all of SPOOFEM.COMs services from your desktop without opening a web browser. more>>

SPOOFEM Desktop Application 1b is an effective tool which lets you make full use of all of SPOOFEM.COM's services from your desktop without opening a web browser. SPOOFEM is a caller ID spoofing service which allows users to call any number and have any 10 digit telephone number show up in the caller ID.

It also includes features like voice disguising, call recording, and fake text and email messages. Includes contacts list, history, news, a blog, and account details.

Requirements: Mac OS X

<<less
Download (2MB)
Added: 2009-10-03 License: Freeware Price: Notavailable
downloads
PAD Fab 1.1

PAD Fab 1.1


PAD Fab is an easy to use and efficient Mac utility that allows software authors to create and maintain PAD (Portable Application Description) files. more>>

PAD Fab 1.1 is an easy to use and efficient Mac utility that allows software authors to create and maintain PAD (Portable Application Description) files. PAD files provide a standard way for software authors to provide product descriptions and specifications to online sources. This makes it easy for websites and program libraries to automate program listings. With a PAD file, authors can easily submit their software to many software listing sites and then maintain their listings by simply updating the PAD file.

PAD Fab generates XML compliant files that comply with the PAD 3.1 specification. PAD Fab automatically validates each field to the spec as you type. A built-in full PAD verification function is also available for you to check all your PAD entries at once.

PAD Fab is compatible with .cml and .pml (company and program xml files) generated by PAD Gen which is a Windows PAD generation utility provided free from the ASP. PAD Fab can use the .cml and .pml files generated by PAD Gen.

Enhancements: Updated to fix a bug that would cause only the first "supported os" to be selected when opening a program file or importing a PAD file.

Requirements:

  • Mac OS X 10.5 or later
  • Intel or PowerPC Mac
<<less
Download (779.4KB)
Added: 2009-09-14 License: Freeware Price: Notavailable
downloads
 
Other version of PAD Fab
PAD Fab 1.0Purple Ghost Software, Inc. - with which software authors can easily create and maintain PAD (Portable Application Description) files. PAD Fab. PAD Fab 1.0 is developed to be a handy
Price: $0.00
License:Freeware
Download (774.8KB)
downloads
Added: 2009-07-30
Hatari 1.3.0

Hatari 1.3.0


Hatari is an Atari ST emulator that are supported by the SDL library. More precisely, Hatari is an adaption of the WinSTon source code to the SDL library, using the portable UAE CPU core instead of the original, non-portable assembler CPU core. more>> <<less
Download (1.2MB)
Added: 2009-08-16 License: Freeware Price: Notavailable
downloads
Application Enhancer 2.5.2

Application Enhancer 2.5.2


Application Enhancer is a program for 3rd party modules to improve and strengthen the way applications behave and work. more>>

Application Enhancer 2.5.2 is a program for 3rd party modules to improve and strengthen the way applications behave and work. Application Enhancers work on an application level, therefore they do not affect the stability of the underlying system. The technology behind Application Enhancer system has been in research and development for more than 4 years now, and many Unsanity haxies (including WindowShade X, FruitMenu, Silk and others) are now using it. The software development kit for developing modules is also available on the Application Enhancer home page.

<<less
Download (1.8MB)
Added: 2009-08-08 License: Freeware Price: $0.00
downloads
 
Other version of Application Enhancer
Application Enhancer 2.0.3that helps them to enhance and redefine various applications behavior. Application Enhancer 2 ... system daemon (faceless background application). Application Enhancer performs its task by
License:Freeware
Download (1.3MB)
966 downloads
Added: 2007-03-14
web2py 1.65.7

web2py 1.65.7


web2py functions as a free and open source full-stack enterprise framework for agile development of quick, scalable, secure and portable database-driven web-based applications. more>>

web2py 1.65.7 functions as a free and open source full-stack enterprise framework for agile development of quick, scalable, secure and portable database-driven web-based applications.

The best way to understand web2py is to try it. You can try it online here. This online version is identical to the actual web2py although some functions are disabled for security reasons.

web2py was inspired by Ruby on Rails and, as Rails, it focuses on rapid development and follows a Model View Controller design. web2py differs from Rails because it is based on Python (thus it is faster and more scalable), because it provides a comprehensive web-based administrative interface (thus there is no need to ever type shell commands unless you wish), includes libraries to handle more protocols (for example XML-RPC and RSS feeds), and can run on the Google App Engine.

web2py was also inspired by Django and, as Django, it has the ability to generate forms from database tables and it includes an extensive set of validators. web2py differs from Django because it is more compact, easier to learn and does not have any project-level configuration files.

web2py is less verbose than Java-based frameworks and its syntax is much cleaner than PHP-based frameworks. This makes applications simpler to developer, easier to read and maintain.

Major Features:

  1. Runs on Mac, Linux, Windows, Windows Mobile, and on the Google App Engine
  2. Requires no installation and can run off a USB drive
  3. Has no configuration files. You just unzip it and click on it
  4. Includes a multi-threaded wsgi-compliant web-server (also works with Apache and others)
  5. Includes a transaction-safe relational database (sqlite)
  6. Includes a web-based integrated development environment (demo)
  7. Includes a ticketing system to help you debug deployed applications
  8. Includes a sophisticated Database Abstraction Layer that can handle joins, left joins, nested selects, aggregates, transactions and distributed transactions. Writes SQL code for you, transparently and in real time, for SQLite, PostgreSQL, MySQL, MSSQL, FireBird, Oracle and IBM DB2 (since 1.58)
  9. Automatically generates a web-based database administrative interface for your applications
  10. Prevents the most common types of vulnerabilities: Cross Site Scripting, Injection Flaws, and Malicious File Execution
  11. Enforces good Software Engineer practices (Model-View-Controller design, Server-side form validation, postbacks)
  12. Includes internationalization support and a web based translation interface
  13. Includes functions for caching in ram, disk, memcache and combinations thereof
  14. Includes libraries for Authentication (login, logout, registration, change password, etc.)
  15. Includes libraries for Authorization (Role Based Access Control)
  16. Includes libraries to generate and process Create/Update forms directly from a database
  17. Includes libraries to handle HTML, ATOM, RSS, RTF, JSON, AJAX, XML-RPC, CSV, REST, WIKI
  18. Works with Flash/Flex via PyAMF and Google Web Toolkit via Pyjamas
  19. Includes jQuery for Effects and Ajax
  20. Includes a powerful Python-based template language to render objects into HTML or other text-based protocols
  21. Handles automatically upload and download streaming for large media files
  22. Includes portable cron mechanism for creating and running recurrent tasks in background
  23. Allows to bytecode-compile applications and distribute them in closed source
  24. Backward compatibility is guaranteed for the web2py API since 1.0
<<less
Download (24MB)
Added: 2009-07-31 License: GPL Price: FREE
downloads
Portable Firefox 3.5 r4.0

Portable Firefox 3.5 r4.0


Portable Firefox is a powerful and splendid Mozilla Firefox web browse which can help you carry around with you on any portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (also on your internal hard disk) more>> Portable Firefox 3.5 r4.0 is a powerful and splendid Mozilla Firefox web browse which can help you carry around with you on any portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (also on your internal hard disk) as long as it has 57 MB of free space and use on any Mac OS X computer, taking your bookmarks, extensions, history, cookies, and saved passwords with you.
  • Drag the "Portable Firefox OS X" folder to your portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (also to your internal hard disk) as long as it has 57 MB of free space.
  • Clicking "Portable Firefox" will open Thunderbird from your portable device, wait a while before Thunderbird start.

Using your data: You can copy your local Profile folder to Portable Firefox when "Copy local Profile" window ask you. So, if you wish to use your bookmarks, add-ons, history, personal data and preferences you already have on your system, just click "Copy" when prompt, and select the folder "/Users/ /Library/Applications Support/Firefox/Profiles/********.default/".

Enhancements:
  • Firefox updated to 3.5
  • Released under GPLv3
  • Firefox icon updated
  • English, French, German, Italian, Chinese and Japanese languages available.
Requirements: Mac OS X 10.4 or later.

<<less
Download (22.8MB)
Added: 2009-06-30 License: Free Price:
downloads
Transmute Portable 1.54

Transmute Portable 1.54


Bookmark converter for Safari, Firefox, Opera, Chrome, IE, Flock & more. more>>

Transmute Portable 1.54 provides users a professional , cross-platform universal bookmark converter. It can import and export bookmarks, or favorites, between the latest web browser bookmark formats such as Safari, Firefox, Opera, Chrome, IE, Konqueror, Chromium, Flock, SeaMonkey and XBEL.

<<less
Added: 2009-06-19 License: Freeware Price:
17 downloads
JBroFuzz 1.4

JBroFuzz 1.4


Java based stateless network protocol fuzzer developed for penetration tests more>>
JBroFuzz 1.4 is a powerful Java based stateless network protocol fuzzer designed for penetration tests. JBroFuzz is a web application protocol fuzzer that emerged from the needs of penetration testing. Written in Java, it allows for the identification of certain classess of security vulnerabilities, by means of creating malformed data and having the server/service in question consume the data.

The purpose of JBroFuzz is to provide a single, portable application that offers stable HTTP/x.x protocol fuzzing capabilities. Further to this, JBroFuzz groups together a number of popular payloads into corresponding categories, thus forming a reference for the vulnerabilities it attempts to identify.

If you cant fuzz with this version of JBroFuzz, you probably dont want to fuzz!! Ultimately the above goal does help raise awareness around the subject of fuzzing and how that can be used to assist and benchmark in the security of applications using such protocols.

Major Features:

  1. Fuzzing: The fuzzing tab is the main tab of JBroFuzz, responsible for all fuzzing operations performed over the network. Depending on the fuzzer payloads selected, it creates the malformed data for each request, puts it on the wire and writes the response to a file.
  2. Graphing: The graphing tab is responsible for graphing (in a variety of forms) the responses received while fuzzing. This tab can offer a clear indication of a response that is different then the rest received, an indication of further examination being required.
  3. Payloads: The payloads tab is a collection of fuzzers with their corresponding payloads that can be used while fuzzing. Payloads are added to the request in the fuzzing tab; a more clear view of what payloads are available, how they are grouped and what properties each fuzzer has can be seen in this tab.
  4. Headers: The headers tab is a collection of browser headers that can be used while fuzzing. Headers are obtained from different browsers on different platforms and operating systems. This tab is provided, as many web applications respond differently to different browser impersonation attacks.
  5. System: The system tab represents the logging console of JBroFuzz at runtime. Here you can access java runtime information, see any errors that might occur and also track operation in terms of events being logged.

Enhancements: Addresses cross platform graphical user interface issues on linux and windows, with focus on shortening the number of clicks a user has to perform in order to fuzz.

<<less
Download (3.3MB)
Added: 2009-06-18 License: GPL Price: FREE
14 downloads
 
Other version of JBroFuzz
JBroFuzz 1.3The purpose of JBroFuzz is to provide a single, portable application that offers stable HTTP/x.x protocol fuzzing capabilities. Further to this, JBroFuzz groups together a number of popular
Price: FREE
License:GPL
Download (3.3MB)
197 downloads
Added: 2009-03-17
Pacifico Rooster Cam 1.0

Pacifico Rooster Cam 1.0


Hot popluar youtube video Converter + download + player tool. With YouTube tool you can also convert downloaded YouTube videos to a format compatible with your favorite portable device; including - more>> <<less
Download (5.2MB)
Added: 2009-06-12 License: Freeware Price: FREE
203 downloads
Portable PGP 1.0.6

Portable PGP 1.0.6


A fully featured, lightweight, java based, open source PGP tool more>> A fully featured, lightweight, java based, open source PGP tool

Portable PGP is a fully featured, lightweight, java based, open source PGP tool.
Portable PGP allows to encrypt,decrypt,sign and verify text and files with a nice and absolutely straight graphical interface.
Portable PGP is absolutely simple to use and provides everything you need tin order to get started with PGP cryptography.

Enhancements
- Fixed a bug when signing files
- Fixed a bug in cleartext signature Portable PGP. Release

<<less
Download (1.9MB)
Added: 2009-05-14 License: GPL Price: FREE
189 downloads
Tcl Web Application Framework 0.3.9

Tcl Web Application Framework 0.3.9


Helps simplify writing Web applications in the Tool Command Language (Tcl) more>> Helps simplify writing Web applications in the Tool Command Language (Tcl)

Tcl Web Application Framework provides the features that form the basis for writing an application, such as sessions, users, privilege separation, and an abstract database interface.
Tcl Web Application Framework is currently under development, but stable for production use.
Tcl Web Application Framework is written in such a way that applications will be able to easily integrate into the framework without having to modify the framework itself, making upgrading the framework without breaking the application possible.

System requirements:
- Tcl

<<less
Download (265KB)
Added: 2009-05-14 License: Freeware Price: FREE
179 downloads
LoadTest Application 1.13en

LoadTest Application 1.13en


LoadTest Application is considered as an ideal program especially for those in web development on OS X. more>>

LoadTest Application 1.13en is considered as an ideal program especially for those in web development on OS X. The simple utility allows you to quickly load test a url. With options for # of loads and an optional delay setting it just works.

Performance and load testing applications are plentiful in the *NIX environment but this simple GUI utility allows the user a quick easy "leave it in the doc" option for those who have the need.

<<less
Download (59.6KB)
Added: 2009-05-11 License: Freeware Price:
downloads
Portable Adium 1.3.2 R4.0

Portable Adium 1.3.2 R4.0


Adium for portable devices: thumb drives, iPods, etc more>> Adium for portable devices: thumb drives, iPods, etc

Portable Adium is a very interesting tool, a multiprotocol Adium instant messaging client that can connect to AIM, MSN, Jabber, Yahoo, and more.
It comes packaged as portable application so you can carry around with you on any portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (also on your internal hard disk) as long as it has 24 MB of free space and use on any Mac OS X computer, taking your contact list, emoticons, message styles, plugins, scripts, sound and users with you.
How to install portable Adium:
1. Drag "Portable Adium" folder to your portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (also to your internal hard disk) as long as it has 40 MB of free space.
2. Clicking "Portable Adium" will open Adium from your portable device, wait a while before Adium start.
3. If a local copy of Adium is running an alert window allow you to quit it.
Using your data - If you wish to use your conctact list, dock icons, emoticons, message stiles, plugins, scripts, sound and users you already have on you computer, copy the content of the folder "/Users//Library/Application Support/Adium 2.0" to "profile" folder.

Enhancements
- Adium updated to 1.3.2

<<less
Download (26MB)
Added: 2009-02-15 License: Freeware Price: FREE
181 downloads
Portable Adium 1.3.2r4.0

Portable Adium 1.3.2r4.0


Portable Adium is designed as a full featured and advanced instant messaging client that can connect to AIM, MSN, Jabber, Yahoo, and more, packaged as portable application more>>

Portable Adium 1.3.2r4.0 is designed as a full featured and advanced instant messaging client that can connect to AIM, MSN, Jabber, Yahoo, and more, packaged as portable application so you can carry around with you on any portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device as long as it has 65 MB of free space and use on any Mac OS X computer, taking your conctact list, emoticons, message stiles, plugins, scripts, sound and users with you.

Using your data: You can copy your user preferences folder to Portable Adium when "Copy preferences" window ask you.

<<less
Download (26.1MB)
Added: 2009-02-14 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5