Packages 140

7.3.15

PyPy 3 (64bit)

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 30 MB
Authors: The PyPy Developers
Versions: 7.3.5, 7.3.7, 7.3.9, 7.3.15
Default path: %HOMEDRIVE%\Programs\pypy3-64
pbox install pypy3-64 Show pbox.xml
go

1.22.2

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 108 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

18.1.2

LLVM-18-64

The LLVM-18-64 compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM-64 is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 458 MB
Authors: Vikram Adve, Chris Lattner, LLVM-64 Developer Group
Versions: 18.1.2
Default path: %HOMEDRIVE%\Programs\LLVM-18-64
pbox install llvm-18-64 Show pbox.xml

1.4.14-portable

Steel Bank Common Lisp 1-64

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 8 MB
Authors: Various
Versions: 1.4.14, 1.4.14-portable
Default path: %HOMEDRIVE%\Programs\sbcl1-64
pbox install sbcl1-64 Show pbox.xml

2.4.2-portable

Steel Bank Common Lisp 2

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 9 MB
Authors: Various
Versions: 2.4.2, 2.4.2-portable
Default path: %HOMEDRIVE%\Programs\sbcl2
pbox install sbcl2 Show pbox.xml

2.20240324

MSYS2

At its core is an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64 with the aim of better interoperability with native Windows software. It provides a bash shell, Autotools, revision control systems and the like for building native Windows applications using MinGW-w64 toolchains.

Size: 206 MB
Authors: MSYS2
Default path: %HOMEDRIVE%\Programs\msys
pbox install msys Show pbox.xml

13.2.0-5

GCC 13-64 (winlibs)

GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). MinGW-w64 is a free and open source C library for targetting Windows 64-bit and 64-bit platforms. The combination of these results in a free C/C++ compiler for Windows. Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows.

Size: 185 MB
Authors: GNU Project
Versions: 13.2.0-2, 13.2.0-5
Default path: %HOMEDRIVE%\Programs\gcc13-64-winlibs
pbox install gcc13-64-winlibs Show pbox.xml

0.20231230

Seriously

A golfing language that is probably terrible. It is currently being developed. Actually is the spiritual successor to Seriously. Actually is stack-based, and is unique in its amount of single-character commands. Every character whose ordinal is in [0,255] does something (or will, once I finish development).

Size: 1 MB
Authors: Mego
Versions: 0.20210330, 0.20231230
Default path: %HOMEDRIVE%\Programs\seriously
pbox install seriously Show pbox.xml

1.75.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 386 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

3.12.1

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 84 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

1.9.21

Kotlin 1.9.x

Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and also can be compiled to JavaScript source code. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia (the name comes from the Kotlin Island, near St. Petersburg). While not syntax compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the Collections Framework.

Size: 82 MB
Authors: JetBrains and open source contributors
Versions: 1.9.10, 1.9.21
Default path: %HOMEDRIVE%\Programs\kotlin19
pbox install kotlin19 Show pbox.xml

15.8.0

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 17 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml

17.0.2

LLVM-64

The LLVM-64 compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM-64 is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 417 MB
Authors: Vikram Adve, Chris Lattner, LLVM-64 Developer Group
Versions: 12.0.1, 14.0.5, 17.0.2
Default path: %HOMEDRIVE%\Programs\LLVM-64
pbox install llvm-64 Show pbox.xml

3.2.2

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 14 MB
Authors: Yukihiro Matsumoto, et al.
Versions: 3.0.0-1, 3.0.2, 3.2.2
Default path: %HOMEDRIVE%\Programs\ruby3
pbox install ruby3 Show pbox.xml

21.20230919

Portable Oracle JDK 21 x64

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows.

Size: 158 MB
Authors: Oracle Corporation
Versions: 21.20230919
Default path: %HOMEDRIVE%\Programs\Java-21-64
pbox install jdk-portable-21-64 Show pbox.xml
dmd

2.105.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 34 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

12.2.0

GCC 12-64 (winlibs)

GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). MinGW-w64 is a free and open source C library for targetting Windows 64-bit and 64-bit platforms. The combination of these results in a free C/C++ compiler for Windows. Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows.

Size: 138 MB
Authors: GNU Project
Versions: 12.2.0
Default path: %HOMEDRIVE%\Programs\gcc12-64-winlibs
pbox install gcc12-64-winlibs Show pbox.xml

12.2.0

GCC 12-32 (winlibs)

GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. The combination of these results in a free C/C++ compiler for Windows. Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows.

Size: 140 MB
Authors: GNU Project
Versions: 12.2.0
Default path: %HOMEDRIVE%\Programs\gcc12-32-winlibs
pbox install gcc12-32-winlibs Show pbox.xml

3.8.3

PascalABC.NET

The new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework. Free, simple and powerful IDE. Built-in form designer for rapid development of Windows desktop applications.

Size: 20 MB
Authors: Southern Federal University (Russia)
Default path: %HOMEDRIVE%\Programs\PascalABC
pbox install pascalabcnet Show pbox.xml

2.2.11

Steel Bank Common Lisp

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 13 MB
Authors: Various
Versions: 1.4.14, 2.2.11
Default path: %HOMEDRIVE%\Programs\sbcl
pbox install sbcl Show pbox.xml

1.7.20

Kotlin 1.7.x

Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and also can be compiled to JavaScript source code. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia (the name comes from the Kotlin Island, near St. Petersburg). While not syntax compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the Collections Framework.

Size: 70 MB
Authors: JetBrains and open source contributors
Versions: 1.7.20
Default path: %HOMEDRIVE%\Programs\kotlin17
pbox install kotlin17 Show pbox.xml
php

8.1.7

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 29 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml

22.1

GraalVM 17 x64

GraalVM is a high performance JDK distribution. It is designed to accelerate the execution of applications written in Java and other JVM languages while also providing runtimes for JavaScript, Python, LLVM-based languages such as C and C++, and a number of other popular languages. Additionally, GraalVM allows efficient interoperability between programming languages and compiling Java applications ahead-of-time into native executables for faster startup time and lower memory overhead.

Size: 272 MB
Authors: GraalVM
Versions: 22.1
Default path: %HOMEDRIVE%\Programs\graalvm-17-64
pbox install graalvm-portable-17-64 Show pbox.xml

14.0.5

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 325 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm Show pbox.xml

6.0.4

Microsoft .NET Framework 6.0

The .NET Desktop Runtime enables you to run existing Windows desktop applications. This release includes the .NET Runtime; you don't need to install it separately.

Size: 55 MB
Authors: Microsoft
Versions: 6.0.4
Default path: %windir%\Microsoft.NET
pbox install dotnet60 Show pbox.xml

6.0.202

Microsoft .NET SDK 6

.NET is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework.

Size: 137 MB
Authors: Microsoft
Versions: 6.0.202
Default path: %HOMEDRIVE%\Programs\dotnet-sdk-6
pbox install dotnet-sdk-6 Show pbox.xml

1.6.10

Kotlin 1.6.x

Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and also can be compiled to JavaScript source code. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia (the name comes from the Kotlin Island, near St. Petersburg). While not syntax compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the Collections Framework.

Size: 67 MB
Authors: JetBrains and open source contributors
Versions: 1.6.0, 1.6.10
Default path: %HOMEDRIVE%\Programs\kotlin16
pbox install kotlin16 Show pbox.xml

17.0.2

Portable Oracle JDK 17 x64

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 147 MB
Authors: Oracle Corporation
Versions: 17.0-20210914, 17.0.2
Default path: %HOMEDRIVE%\Programs\Java-17-64
pbox install jdk-portable-17-64 Show pbox.xml

2.14.4

Dart

Dart is a programming language designed for client development, such as for the web and mobile apps. It is developed by Google and can also be used to build server and desktop applications. Dart is an object-oriented, class-based, garbage-collected language with C-style syntax. Dart can compile to either native code or JavaScript. It supports interfaces, mixins, abstract classes, reified generics, and type inference.

Size: 190 MB
Authors: Google
Tags: dart, flutter, google
Versions: 2.14.4
Default path: %HOMEDRIVE%\Programs\dart2
pbox install dart2 Show pbox.xml

1.7.0

Julia

Julia is a high-level, high-performance, dynamic programming language. While it is a general-purpose language and can be used to write any application, many of its features are well suited for numerical analysis and computational science.

Size: 233 MB
Authors: Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah
Tags: jaot, jit, jl, julia
Versions: 1.5.3, 1.6.2, 1.7.0
Default path: %HOMEDRIVE%\Programs\julia
pbox install julia Show pbox.xml

2.0.9

iperf2

iPerf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports the bandwidth, loss, and other parameters.

Size: 1 MB
Authors: NLANR/DAST
Versions: 2.0.9
Default path: %HOMEDRIVE%\Programs\${name}
pbox install iperf2 Show pbox.xml

1.5.31

Kotlin 1.5.x

Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and also can be compiled to JavaScript source code. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia (the name comes from the Kotlin Island, near St. Petersburg). While not syntax compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the Collections Framework.

Size: 59 MB
Authors: JetBrains and open source contributors
Versions: 1.5.31
Default path: %HOMEDRIVE%\Programs\kotlin15
pbox install kotlin15 Show pbox.xml

1.5.31

Kotlin

Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and also can be compiled to JavaScript source code. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia (the name comes from the Kotlin Island, near St. Petersburg). While not syntax compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the Collections Framework.

Size: 59 MB
Authors: JetBrains and open source contributors
Default path: %HOMEDRIVE%\Programs\kotlin
pbox install kotlin Show pbox.xml

1.34.0

BusyBox

BusyBox is a software suite that provides several Unix utilities in a single executable file.

Size: 3 MB
Authors: Bruce Perens, Erik Andersen, Rob Landley, Denys Vlasenko and others
Versions: 1.34.0
Default path: %HOMEDRIVE%\Programs\${name}
pbox install busybox Show pbox.xml

11.2.0

GCC 11-64 (winlibs)

GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). MinGW-w64 is a free and open source C library for targetting Windows 64-bit and 64-bit platforms. The combination of these results in a free C/C++ compiler for Windows. Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows.

Size: 64 MB
Authors: GNU Project
Versions: 11.2.0
Default path: %HOMEDRIVE%\Programs\gcc11-64-winlibs
pbox install gcc11-64-winlibs Show pbox.xml

11.2.0

GCC 11-32 (winlibs)

GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. The combination of these results in a free C/C++ compiler for Windows. Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows.

Size: 63 MB
Authors: GNU Project
Versions: 11.2.0
Default path: %HOMEDRIVE%\Programs\gcc11-32-winlibs
pbox install gcc11-32-winlibs Show pbox.xml

0.98

Factor

The Factor programming language combines powerful language features with a full-featured library. The implementation is fully compiled for performance, while still supporting interactive development. Factor applications are portable between all common platforms. Factor can deploy stand-alone applications on all platforms. Full source code for the Factor project is available under a BSD license.

Size: 26 MB
Authors: Slava Pestov
Versions: 0.94, 0.98
Default path: %HOMEDRIVE%\Programs\factor
pbox install factor Show pbox.xml

1.14.1

TortoiseSVN

TortoiseSVN is free software for software developers (programmers). It helps programmers manage different versions of the source code for their programs. Tortoise SVN is a Subversion client, implemented as a Microsoft Windows shell extension. It is released under the GNU General Public License. In Windows Explorer, besides showing context menu items for Subversion commands, it also provides icon overlay that indicates the status of Subversion working copies.

Size: 33 MB
Authors: Tim Kemp
Versions: 1.8.10, 1.8.11, 1.10.0, 1.10.5, 1.14.1
Default path: %ProgramFiles(x86):ProgramFiles%\TortoiseSVN
pbox install tortoisesvn Show pbox.xml

2.12.0.0

TortoiseGit

TortoiseGit is a Windows Shell Interface to Git and based on TortoiseSVN. It's open source and can fully be build with freely available software.

Size: 32 MB
Authors: TortoiseGit and contributors
Default path: %ProgramFiles(x86):ProgramFiles%\TortoiseGit
pbox install tortoisegit Show pbox.xml

1.13

Command-line tools collection

Collection of command-line tools: sysinternals, windows resource kit, support tools, curl, wget, imdisk and others.

Size: 60 MB
Authors: Bryce Cogswell, Mark Russinovich, Microsoft Corporation and others
Versions: 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 2.0
Default path: %HOMEDRIVE%\Programs\tools
pbox install tools Show pbox.xml
svn

1.12.2

Apache Subversion

Subversion is an open source version control system. Founded in 2000 by CollabNet, Inc., the Subversion project and software have seen incredible success over the past decade. Subversion has enjoyed and continues to enjoy widespread adoption in both the open source arena and the corporate world.. Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.

Size: 7 MB
Authors: Apache Software Foundation, CollabNet
Versions: 1.8.11, 1.8.13, 1.10.0, 1.11.1, 1.12.2
Default path: %HOMEDRIVE%\Programs\svn
pbox install svn Show pbox.xml

5.32.1.1

Strawberry Perl

Strawberry Perl is a binary distribution of Perl for the Windows operating system. It includes a bundled compiler and pre-installed modules that offer the ability to install XS CPAN modules directly from CPAN.

Size: 200 MB
Authors: Vanilla Perl Project
Versions: 5.20.1.1, 5.32.1.1
Default path: %HOMEDRIVE%\Programs\Perl
pbox install strawberryperl Show pbox.xml

2.13.6

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 23 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml

2.7.4

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 13 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml

0.76

PuTTY

PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator. LEGAL WARNING: Use of PuTTY, PSCP, PSFTP and Plink is illegal in countries where encryption is outlawed. I believe it is legal to use PuTTY, PSCP, PSFTP and Plink in England and Wales and in many other countries, but I am not a lawyer and so if in doubt you should seek legal advice before downloading it.

Size: 1 MB
Authors: Simon Tatham
Versions: 0.63, 0.64, 0.70, 0.73, 0.76
Default path: %HOMEDRIVE%\Programs\putty
pbox install putty Show pbox.xml
nim

1.4.8

Nim

Nim (formerly named Nimrod) is an imperative, multi-paradigm, compiled programming language designed and developed by Andreas Rumpf. It is designed to be efficient, expressive, and elegant, supporting metaprogramming, functional, message passing, procedural, and object-oriented programming styles by providing several features such as compile time code generation, algebraic data types, a foreign function interface (FFI) with C and compiling to JavaScript, C and C++.

Size: 24 MB
Authors: Andreas Rumpf
Versions: 0.17.2, 1.4.8
Default path: %HOMEDRIVE%\Programs\nim
pbox install nim Show pbox.xml

4.2.16

Paint.NET

Paint.NET is free image and photo editing software for computers that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help, tutorials, and plugins.

Size: 13 MB
Authors: Rick Brewster, dotPDN LLC
Versions: 4.0.5, 4.0.19, 4.2.16
Default path: %HOMEDRIVE%\Programs\Paint.NET
pbox install paintdotnet Show pbox.xml

8.1.3

Notepad++

Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.

Size: 4 MB
Authors: Don Ho
Versions: 6.7.1, 6.7.8.2, 6.8.8, 7.5.6, 8.1.3
Default path: %HOMEDRIVE%\Programs\notepadplusplus
pbox install notepadplusplus Show pbox.xml

6.12.0.107

Mono + Gtk#

Mono is a free and open source project led by Xamarin (formerly by Novell and originally by Ximian) to create an Ecma standard-compliant, .NET Framework-compatible set of tools including, among others, a C# compiler and a Common Language Runtime.

Size: 196 MB
Authors: Xamarin (formerly by Novell, originally by Ximian), and the Mono community
Default path: %ProgramFiles(x86):ProgramFiles%\Mono
pbox install mono Show pbox.xml

3.8.1

Apache Maven 3

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

Size: 9 MB
Authors: Apache Software Foundation
Versions: 3.2.5, 3.3.3, 3.3.9, 3.5.2, 3.5.3, 3.8.1
Default path: %HOMEDRIVE%\Programs\maven3
pbox install maven3 Show pbox.xml

11.0.12

Portable Oracle JDK 11 x32

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 140 MB
Authors: Oracle Corporation
Versions: 11.0.5, 11.0.6, 11.0.12
Default path: %HOMEDRIVE%\Programs\Java-11-32
pbox install jdk-portable-11-32 Show pbox.xml

11.0.12

Portable Oracle JDK 11 x64

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 142 MB
Authors: Oracle Corporation
Versions: 11.0.3, 11.0.6, 11.0.12
Default path: %HOMEDRIVE%\Programs\Java-11-64
pbox install jdk-portable-11-64 Show pbox.xml

2.0.12

Lazarus

Lazarus is a free cross-platform visual integrated development environment (IDE) for rapid application development (RAD) using the Free Pascal compiler, which supports dialects of Object Pascal, to varying degrees. Software developers use Lazarus to create native-code console and graphical user interface (GUI) applications for the desktop, and also for mobile devices, web applications, web services, visual components and function libraries (.so, .dll, etc., for use by other programs). The Free Pascal compiler supports a number of different platforms, such as Mac, Linux and Windows.

Size: 163 MB
Authors: Lazarus Team
Versions: 1.4.0, 1.4.2, 1.6.4, 1.8.4, 2.0.12
Default path: %HOMEDRIVE%\Programs\lazarus
pbox install lazarus Show pbox.xml

16.3.5

K-Lite Codec Pack Mega

K-Lite Codec Pack is a collection of audio and video codecs for Microsoft Windows that enables the operating system and its software to play various audio and video formats generally not supported by the operating system itself. K-Lite Codec Pack also includes several related tools, including Media Player Classic Home Cinema (MPC-HC), Media Info Lite, and Codec Tweak Tool. Same as Full, plus: ACM and VFW codecs for video encoding/editing, AC3Filter (as alternative choice for LAV and ffdshow audio decoders), Haali Matroska Muxer.

Size: 59 MB
Authors: Codec Guide
Versions: 11.2.0, 11.7.5, 16.3.5
Default path: %ProgramFiles(x86):ProgramFiles%\K-Lite Codec Pack
pbox install klite-codec-pack-mega Show pbox.xml

16.3.5

K-Lite Codec Pack Full

K-Lite Codec Pack is a collection of audio and video codecs for Microsoft Windows that enables the operating system and its software to play various audio and video formats generally not supported by the operating system itself. K-Lite Codec Pack also includes several related tools, including Media Player Classic Home Cinema (MPC-HC), Media Info Lite, and Codec Tweak Tool.

Size: 48 MB
Authors: Codec Guide
Default path: %ProgramFiles(x86):ProgramFiles%\K-Lite Codec Pack
pbox install klite-codec-pack Show pbox.xml

9.2.19.0

JRuby Portable

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).

Size: 23 MB
Authors: Charles Oliver Nutter, Thomas Enebo, Ola Bini and Nick Sieger
Default path: %HOMEDRIVE%\Programs\jruby
pbox install jruby-portable Show pbox.xml

1.8.0_301

Oracle JDK 8

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 325 MB
Authors: Oracle Corporation
Default path: %ProgramW6432:ProgramFiles:ProgramFiles(x86)%\Java\jdk1.8.0_301
pbox install jdk8 Show pbox.xml

1.8.0_301

Portable Oracle JDK 8 x64

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 99 MB
Authors: Oracle Corporation
Default path: %HOMEDRIVE%\Programs\Java-8-64
pbox install jdk-portable-8-64 Show pbox.xml

1.8.0_301

Portable Oracle JDK 8 x32

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 95 MB
Authors: Oracle Corporation
Default path: %HOMEDRIVE%\Programs\Java-8-32
pbox install jdk-portable-8-32 Show pbox.xml

7.1.0-4

ImageMagick

ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

Size: 185 MB
Authors: ImageMagick Studio LLC
Default path: %HOMEDRIVE%\Programs\imagemagick
pbox install imagemagick Show pbox.xml
ghc

9.0.1

GHC

The Glasgow Haskell Compiler (GHC) is an open-source native code compiler for the functional programming language Haskell. It provides a cross-platform environment for the writing and testing of Haskell code and it supports numerous extensions, libraries, and optimisations that streamline the process of generating and executing code. GHC is the most commonly used Haskell compiler. The lead developers are Simon Peyton Jones and Simon Marlow.

Size: 205 MB
Authors: The Glasgow Haskell Team
Tags: ghc, haskell
Versions: 8.10.1, 9.0.1
Default path: %HOMEDRIVE%\Programs\ghc
pbox install ghc Show pbox.xml
git

2.32.0.2

Git

Git is a distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005, and has since become the most widely adopted version control system for software development. As with most other distributed revision control systems, and unlike most client–server systems, every Git working directory is a full-fledged repository with complete history and full version-tracking capabilities, independent of network access or a central server. Like the Linux kernel, Git is free software distributed under the terms of the GNU General Public License version 2.

Size: 48 MB
Authors: Junio Hamano, Linus Torvalds, and many others
Tags: git, github, mercurial, svn, vcs
Default path: %HOMEDRIVE%\Programs\git
pbox install git Show pbox.xml

3.2.2

Free Pascal

Free Pascal is designed to be, as much as possible, source compatible with Turbo Pascal 7.0 and Delphi 7 (although this goal is not yet attained), but it also enhances these languages with elements like operator overloading. And, unlike these ancestors, it supports multiple platforms.

Size: 52 MB
Authors: Michaël Van Canneyt, Florian Klämpfl and volunteers
Versions: 2.6.4, 3.0.0, 3.0.2, 3.2.2
Default path: %HOMEDRIVE%\Programs\FPC
pbox install freepascal Show pbox.xml
far

3.0.5858

Far Manager 3

Far Manager is a program for managing files and archives in Windows operating systems. Far Manager works in text mode and provides a simple and intuitive interface for performing most of the necessary actions.

Size: 21 MB
Authors: Eugene Roshal, Far Group
Default path: %HOMEDRIVE%\Programs\Far
pbox install far Show pbox.xml

3.1.412

Microsoft .NET Core SDK

.NET Core is a free and open-source managed software framework for Windows, macOS and Linux. It consists of CoreCLR, a complete runtime implementation of CLR, the virtual machine that manages the execution of .NET programs. CoreCLR comes with an improved just-in-time compiler, called RyuJIT.

Size: 127 MB
Authors: Microsoft
Default path: %ProgramFiles%\dotnet
pbox install dotnet-core-sdk Show pbox.xml

8.0.4

CrystalDiskMark

CrystalDiskMark is a small HDD benchmark utility for your hard drive that enable you to rapidly measure sequential and random read/write speeds.

Size: 4 MB
Authors: Noriyuki Miyazaki
Versions: 3.0.3, 5.1.2, 7.0.0, 8.0.4
Default path: %HOMEDRIVE%\Programs\crystaldiskmark
pbox install crystaldiskmark-portable Show pbox.xml

8.12.5

CrystalDiskInfo

CrystalDiskInfo is a HDD/SSD utility software which shows the health status much more clearly than similar tools. The "Function / Graph" is especially interesting for the "Reallocated Sectors Count". If it increases over time or is very high already, the hard drive may need to be replaced.

Size: 6 MB
Authors: Noriyuki Miyazaki
Versions: 6.3.0, 8.5.1, 8.12.5
Default path: %HOMEDRIVE%\Programs\crystaldiskinfo
pbox install crystaldiskinfo-portable Show pbox.xml

1.9.6

CPU-Z

CPU-Z is a freeware system profiler (system monitor) application for Microsoft Windows (for all versions from Windows XP on) and Android that detects the central processing unit, RAM, motherboard chipset, and other hardware features of a modern personal computer, and presents the information in one window.

Size: 2 MB
Authors: CPUID
Versions: 1.9.6, 1.71
Default path: %HOMEDRIVE%\Programs\cpu-z
pbox install cpu-z Show pbox.xml

1.17.1

Core Temp (portable)

Core Temp is a compact, no fuss, small footprint, yet powerful program to monitor processor temperature and other vital information. It is capable of displaying a temperature of each individual core of every processor in your system! You can see temperature fluctuations in real time with varying workloads. Core Temp is also motherboard agnostic.

Size: 1 MB
Authors: Alcpu
Versions: 1.0.RC6, 1.3, 1.17.1
Default path: %HOMEDRIVE%\Programs\CoreTemp
pbox install coretemp-portable Show pbox.xml
avz

5.50

AVZ

AVZ is a free antivirus software. Russian interface only.

Size: 12 MB
Authors: Oleg Zaycev
Versions: 4.43, 5.50
Default path: %HOMEDRIVE%\Programs\avz
pbox install avz Show pbox.xml
ant

1.10.11

Apache Ant

Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.

Size: 9 MB
Authors: Apache Software Foundation
Versions: 1.9.5, 1.10.7, 1.10.11
Default path: %HOMEDRIVE%\Programs\ant
pbox install ant Show pbox.xml

3.8.6.20210514

Python 3 portable installation with extra libraries

This package includes numpy, scipy, sklearn, statsmodels, keras, pytorch, theano, pandas, python-sat and some other packages.

Size: 430 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3-64-ext
pbox install python3-64-ext Show pbox.xml

14.28.29914

Microsoft Visual C++ 2015-2019 Redistributable

The Microsoft Visual C++ 2015-2019 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2015-2019 installed. This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

Size: 19 MB
Authors: Microsoft Corporation
Versions: 14.28.29914
Default path: %CommonProgramFiles%
pbox install vs20152019-redist Show pbox.xml

1.3.rc

Microsoft Visual C++ 2015 Redistributable

The Microsoft Visual C++ 2015 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2015 installed. This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

Size: 19 MB
Authors: Microsoft Corporation
Versions: 1.0, 1.3.rc
Default path: %CommonProgramFiles%
pbox install vs2015-redist Show pbox.xml

2.7.18

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 31 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

7.3.3

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 21 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.10.0, 6.0.0, 7.1.1, 7.2.0, 7.3.0, 7.3.3
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

7.3.3

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 20 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml

4.8.0

Microsoft .NET Framework 4.8

The Microsoft .NET Framework 4.8 is a highly compatible, in-place update to the .NET Framework 4. By using the .NET Framework 4.8 together with the C# or Visual Basic programming languages, you can write Windows Metro style apps. The .NET Framework 4.8 delivers better performance, reliability, and security.

Size: 113 MB
Authors: Microsoft
Versions: 4.8.0
Default path: %windir%\Microsoft.NET
pbox install dotnet48 Show pbox.xml

0.1

arnoldc

A programming language based on the one liners of Arnold Schwarzenegger

Size: 12 MB
Authors: lhartikk
Versions: 0.1
Default path: %HOMEDRIVE%\Programs\arnoldc
pbox install arnoldc Show pbox.xml

9.2.0

msys2-mingw64-9

This package contains mingw64 files the from msys2 (64-bit) installation. The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness.

Size: 244 MB
Authors: jon_y, ktietz70, nightstrike
Versions: 9.2.0
Default path: %HOMEDRIVE%\Programs\msys2-mingw64-9
pbox install msys2-mingw64-9 Show pbox.xml

8.6.3

Haskell Platform

The Haskell Platform is a single, standard Haskell development environment for everyone. It offers a set of blessed libraries and tools, to save you the task of picking and choosing which core Haskell libraries to use. Includes GHC 7.8.3.

Size: 564 MB
Authors: Haskell Platform Infrastructure Team
Versions: 8.6.3, 2014.2.0.0
Default path: %ProgramFiles(x86):ProgramFiles%\Haskell Platform\8.6.3
pbox install haskellplatform Show pbox.xml

4.7.2

Microsoft .NET Framework 4.7

The Microsoft .NET Framework 4.7 is a highly compatible, in-place update to the .NET Framework 4. By using the .NET Framework 4.7 together with the C# or Visual Basic programming languages, you can write Windows Metro style apps. The .NET Framework 4.7 delivers better performance, reliability, and security.

Size: 81 MB
Authors: Microsoft
Versions: 4.7.1, 4.7.2
Default path: %windir%\Microsoft.NET
pbox install dotnet47 Show pbox.xml

6.0.12

Wing IDE 101

Wing IDE 101 is a very simple Python IDE designed for teaching beginning programmers. It omits many features found in Wing IDE Professional..

Size: 88 MB
Authors: Wingware
Tags: ide, python, wing, wingide
Versions: 5.1.4, 5.1.5, 6.0.7, 6.0.12
Default path: %HOMEDRIVE%\Programs\wingide101
pbox install wingide101 Show pbox.xml

20071014.1

Roco

Roco is a programming language that experiments a bit with a sort of coroutines. It includes an interpreter (written in C++) that allows running roco programs.

Size: 476 KB
Authors: Lode Vandevenne
Versions: 20071014, 20071014.1
Default path: %HOMEDRIVE%\Programs\roco
pbox install roco Show pbox.xml

1.11.0-2

Dr. Memory

Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory, double frees, memory leaks, and (on Windows) handle leaks, GDI API usage errors, and accesses to un-reserved thread local storage slots.

Size: 17 MB
Authors: DynamoRIO
Versions: 1.11.0, 1.11.0-2
Default path: %HOMEDRIVE%\Programs\drmemory
pbox install drmemory Show pbox.xml

5.1.0

MinGW-w64-5

The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness. Also includes MSYS-2 installation.

Size: 104 MB
Authors: jon_y, ktietz70, nightstrike
Versions: 5.1.0
Default path: %HOMEDRIVE%\Programs\mingw-w64-5
pbox install mingw-w64-5 Show pbox.xml
ada

4.8.1

Ada

Ada is a structured, statically typed, imperative, and object-oriented high-level computer programming language, extended from Pascal and other languages. It has built-in language support for design-by-contract, extremely strong typing, explicit concurrency, tasks, synchronous message passing, protected objects, and non-determinism.

Size: 111 MB
Authors: GCC
Tags: ada, gcc, gnat, gnatmake
Versions: 4.8.1
Default path: %HOMEDRIVE%\Programs\ada
pbox install ada Show pbox.xml

3.3.1.0.3176

Sublime Text 3

Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.

Size: 15 MB
Authors: Jon Skinner
Default path: %HOMEDRIVE%\Programs\sublimetext3
pbox install sublimetext3 Show pbox.xml

2018.1.4

IntelliJ PyCharm Community Edition

PyCharm is an Integrated Development Environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

Size: 188 MB
Authors: JetBrains
Versions: 4.0.4, 4.5.1, 4.5.4, 2017.3, 2018.1.4
Default path: %ProgramFiles(x86):ProgramFiles%\JetBrains\PyCharm Community Edition 2018.1.4
pbox install pycharm Show pbox.xml

2018.1.5

IntelliJ IDEA Community Edition

The free open-source version of IntelliJ IDEA, a premier IDE for Java, Groovy, Scala and other programming languages.

Size: 440 MB
Authors: JetBrains
Default path: %ProgramFiles(x86):ProgramFiles%\JetBrains\IntelliJ IDEA Community Edition 2018.1.5
pbox install idea Show pbox.xml

60.0.2

Mozilla Firefox

Mozilla Firefox (known simply as Firefox) is a free and open-source web browser developed for Windows, OS X, and Linux, with a mobile version for Android, by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.

Size: 35 MB
Authors: Mozilla
Default path: %ProgramFiles(x86):ProgramFiles%\Mozilla Firefox
pbox install firefox Show pbox.xml

4.7.3a

Eclipse IDE for Java Developers

Eclipse IDE facilitates programming. One could develop Java code by creating it, compile it using javac and run it. Eclipse is able to validate code during development. E.g. if code cannot be compiled Eclipse will highlight the code that causes the issue. Eclipse supports native and custom shortcuts that could accelerate development.

Size: 368 MB
Authors: Eclipse Foundation
Versions: 4.4.1, 4.5.1, 4.6.3, 4.7.0, 4.7.3a
Default path: %HOMEDRIVE%\Programs\eclipse-ide-java
pbox install eclipse-ide-java Show pbox.xml

4.7.3a

Eclipse IDE for C/C++ Developers

Eclipse IDE for C/C++ Developers provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform. Features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers.

Size: 402 MB
Authors: Eclipse Foundation
Versions: 4.4.1, 4.5.1, 4.6.3, 4.7.0, 4.7.3a
Default path: %HOMEDRIVE%\Programs\eclipse-ide-cpp
pbox install eclipse-ide-cpp Show pbox.xml

2018.1.5

IntelliJ CLion

A cross-platform IDE for C and C++ by JetBrains.

Size: 240 MB
Authors: JetBrains
Tags: c, c++, c++11, cpp, cpp11, cxx, jetbrains
Versions: 2016.1.1, 2018.1.5
Default path: %ProgramFiles(x86):ProgramFiles%\JetBrains\CLion 2018.1.5
pbox install clion Show pbox.xml

67.0.3396.8700

Google Chrome

Google Chrome is a freeware web browser developed by Google. It used the WebKit layout engine until version 27 and, with the exception of its iOS releases, from version 28 and beyond uses the WebKit fork Blink. It was first released as a beta version for Microsoft Windows on September 2, 2008, and as a stable public release on December 11, 2008. As of July 2014, StatCounter estimates that Google Chrome has a 45% worldwide usage share of web browsers, indicating that it is the most widely used web browser in the world. Google releases the majority of Chrome's source code as an open-source project Chromium.A notable component that is not open source is the built-in Adobe Flash Player.

Size: 50 MB
Authors: Google Inc.
Default path: %ProgramFiles(x86):ProgramFiles%\Google\Chrome
pbox install chrome Show pbox.xml

7.3.0

MinGW-w64-7

The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness. Also includes MSYS-2 installation.

Size: 45 MB
Authors: jon_y, ktietz70, nightstrike
Versions: 7.1.0, 7.2.0, 7.3.0
Default path: %HOMEDRIVE%\Programs\mingw-w64-7
pbox install mingw-w64-7 Show pbox.xml

2.6.0

Roslyn

The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.

Size: 12 MB
Authors: .NET Foundation Team
Versions: 1.3.2, 2.6.0
Default path: %HOMEDRIVE%\Programs\Roslyn
pbox install roslyn Show pbox.xml

6.4.0

MinGW-w64

The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness. Also includes MSYS-2 installation.

Size: 43 MB
Authors: jon_y, ktietz70, nightstrike
Versions: 5.3.0, 6.1.0, 6.2.0, 6.2.0.1, 6.4.0
Default path: %HOMEDRIVE%\Programs\mingw-w64
pbox install mingw-w64 Show pbox.xml
j

804

J

The J programming language, developed in the early 1990s by Kenneth E. Iverson and Roger Hui, is a synthesis of APL (also by Iverson) and the FP and FL function-level languages created by John Backus.

Size: 2 MB
Authors: www.jsoftware.com
Versions: 804
Default path: %HOMEDRIVE%\Programs\j
pbox install j Show pbox.xml

4.9.2

MinGW TDM-GCC-ADA 4

TDM-GCC is a compiler suite for Windows. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness, and the free and open-source MinGW or MinGW-w64 runtime APIs to create an open-source alternative to Microsoft's compiler and platform SDK. This package includes ADA language compiler.

Size: 49 MB
Authors: John E. / TDM
Versions: 4.9.2
Default path: %HOMEDRIVE%\Programs\mingw-tdm-gcc-ada-4
pbox install mingw-tdm-gcc-ada-4 Show pbox.xml

16.04

7-Zip

7-Zip is a file archiver with a high compression ratio. 7-Zip is open source software. Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. You can use 7-Zip on any computer, including a computer in a commercial organization. You don't need to register or pay for 7-Zip.

Size: 3 MB
Authors: Igor Pavlov
Versions: 9.22, 15.12, 16.04
Default path: %HOMEDRIVE%\Programs\7-Zip
pbox install 7zip Show pbox.xml

1.9

Super PI

Super PI is a computer program that calculates pi to a specified number of digits after the decimal point � up to a maximum of 32 million. It uses Gauss�Legendre algorithm and is a Windows port of the program used by Yasumasa Kanada in 1995 to compute pi to 2^32 digits.

Size: 710 KB
Authors: Yasumasa Kanada
Versions: 1.9
Default path: %HOMEDRIVE%\Programs\SuperPI
pbox install superpi Show pbox.xml

3.5.2

Python 3 Portable with NumPy and SciPy Libraries

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 151 MB
Authors: Python Software Foundation
Versions: 3.5.0, 3.5.2
Default path: %HOMEDRIVE%\Programs\python3-ext-portable
pbox install python3-ext-portable Show pbox.xml

2.7.12

Python 2 Portable with NumPy and SciPy Libraries

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 109 MB
Authors: Python Software Foundation
Versions: 2.7.10, 2.7.12
Default path: %HOMEDRIVE%\Programs\python2-ext-portable
pbox install python2-ext-portable Show pbox.xml

1.0

Visual C# Express 2010

Visual C# Express 2010 is a free tool to C# creates applications on Windows.

Size: 383 MB
Authors: Microsoft
Versions: 1.0
Default path: %ProgramFiles(x86):ProgramFiles%\Microsoft Visual Studio 10.0
pbox install vs2010-cs-express Show pbox.xml

2.1.0.u2

KuMir 2 with Robot for Online Judges support

Educational programming language and environment popular in Russia. Hacked to support Robot for Online Judges.

Size: 202 KB
Authors: NIISI RAN
Versions: 2.1.0, 2.1.0.u1, 2.1.0.u2
Default path: %HOMEDRIVE%\Programs\kumir-run-ext
pbox install kumir-run-ext Show pbox.xml

2.1.0

KuMir 2

Educational programming language and environment popular in Russia.

Size: 42 MB
Authors: NIISI RAN
Versions: 2.1.0
Default path: %HOMEDRIVE%\Programs\kumir
pbox install kumir Show pbox.xml

4.6.1

Microsoft .NET Framework 4.6

The Microsoft .NET Framework 4.6 is a highly compatible, in-place update to the .NET Framework 4. By using the .NET Framework 4.6 together with the C# or Visual Basic programming languages, you can write Windows Metro style apps. The .NET Framework 4.6 delivers better performance, reliability, and security.

Size: 65 MB
Authors: Microsoft
Versions: 4.6.1
Default path: %windir%\Microsoft.NET
pbox install dotnet46 Show pbox.xml
v8

4.8.0

V8 JavaScript Engine

V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32 (SSE2 required), x64, ARM (ARMv6 + VFP2 required) or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.

Size: 13 MB
Authors: Google
Versions: 3.23.0, 4.8.0
Default path: %HOMEDRIVE%\Programs\v8
pbox install v8 Show pbox.xml

5.1.0.3

MinGW TDM-GCC

TDM-GCC is a compiler suite for Windows. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness, and the free and open-source MinGW or MinGW-w64 runtime APIs to create an open-source alternative to Microsoft's compiler and platform SDK.

Size: 40 MB
Authors: John E. / TDM
Versions: 4.9.2, 5.1.0.3
Default path: %HOMEDRIVE%\Programs\mingw-tdm-gcc
pbox install mingw-tdm-gcc Show pbox.xml

0.93

G95

G95 is a stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 and F2008 standards have been implemented in g95.

Size: 4 MB
Authors: G95 Team
Versions: 0.93
Default path: %HOMEDRIVE%\Programs\g95
pbox install g95-portable Show pbox.xml

1.0

OpenCOBOL

GnuCOBOL (formerly OpenCOBOL, and for a short time known as GNU Cobol) is a free implementation of the COBOL programming language. Originally designed by Keisuke Nishida, lead development was taken up by Roger While. Latest developments are now led by Simon Sobisch, Sergey Kashyrin and Ron Norman.

Size: 3 MB
Authors: Keisuke Nishida, Roger While, Sergey Kashyrin, Ron Norman, Simon Sobisch
Versions: 1.0
Default path: %HOMEDRIVE%\OpenCobol
pbox install opencobol Show pbox.xml

1.7.0_80

Oracle JDK 7

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 280 MB
Authors: Oracle Corporation
Versions: 1.7.0_72, 1.7.0_80
Default path: %ProgramW6432:ProgramFiles:ProgramFiles(x86)%\Java\jdk1.7.0_80
pbox install jdk7 Show pbox.xml

1.75

Instant Eyedropper (portable)

Instant Eyedropper is a free color detection tool for webmasters that will identify and automatically paste to the clipboard the HTML color code of any pixel on the screen with just a single mouse click.

Size: 137 KB
Authors: SpiceBrains
Versions: 1.75
Default path: %HOMEDRIVE%\Programs\InstantEyedropper
pbox install instanteyedropper-portable Show pbox.xml

0.9

Picat (portable)

Picat is a programming language that integrates LP (Logic Programming), FP (Functional programming), scripting, CP (Constraint programming), and DP (Dynamic programming) with tabling. Picat incorporates many language features for better productivity of software development, including pattern-matching rules, explicit non-determinism, explicit unification, functions, constraints, and tabling. It is not rare to find problems for which Picat requires an order of magnitude fewer lines of code than many other languages.

Size: 2 MB
Authors: Neng-Fa Zhou, Jonathan Fruhman
Versions: 0.9
Default path: %HOMEDRIVE%\Programs\picat
pbox install picat-portable Show pbox.xml

7.8

Pike (portable)

Pike is an interpreted, general-purpose, high-level, cross-platform, dynamic programming language, with a syntax similar to that of C. Unlike many other dynamic languages, Pike is both statically and dynamically typed, and requires explicit type definitions. It features a flexible type system that allows the rapid development and flexible code of dynamically typed languages, while still providing some of the benefits of a statically typed language.

Size: 9 MB
Authors: Pike development team supported by the Software and Systems division of the Department of Computer and Information Science (IDA) at Linköping University
Versions: 7.8
Default path: %HOMEDRIVE%\Programs\pike
pbox install pike-portable Show pbox.xml

10.0.0.0054

DAEMON Tools Lite

DAEMON Tools Lite is an advanced application for Microsoft Windows which provides one of the best optical media emulation in the industry.

Size: 19 MB
Authors: DT Soft Ltd
Versions: 4.49.1, 10.0.0.0054
Default path: %ProgramFiles(x86):ProgramFiles%\DAEMON Tools Lite
pbox install dtlite Show pbox.xml
tcl

8.5

Tcl

Tcl (originally from Tool Command Language, but conventionally spelled "Tcl" rather than "TCL"; pronounced as "tickle" or "tee-see-ell") is a scripting language created by John Ousterhout. Originally "born out of frustration", according to the author, with programmers devising their own languages intended to be embedded into applications, Tcl gained acceptance on its own. It is commonly used for rapid prototyping, scripted applications, GUIs and testing. Tcl is used on embedded systems platforms, both in its full form and in several other small-footprint versions.

Size: 19 MB
Authors: John Ousterhout, Tcl Core Team
Versions: 8.5
Default path: %HOMEDRIVE%\Programs\tcl
pbox install tcl Show pbox.xml

4.02.1

OCaml

OCaml is an industrial strength programming language supporting functional, imperative and object-oriented styles. OCaml, originally known as Objective Caml, is the main implementation of the Caml programming language, created by Xavier Leroy, Jérôme Vouillon, Damien Doligez, Didier Rémy and others in 1996. OCaml extends the core Caml language with object-oriented constructs.

Size: 143 MB
Authors: INRIA
Versions: 4.02.1
Default path: %HOMEDRIVE%\Programs\ocaml
pbox install ocaml Show pbox.xml

1.7.0_80

Portable Oracle JDK 7 x64

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 118 MB
Authors: Oracle Corporation
Versions: 1.7.0_72, 1.7.0_80
Default path: %HOMEDRIVE%\Programs\Java-7-64
pbox install jdk-portable-7-64 Show pbox.xml

1.7.0_80

Portable Oracle JDK 7 x32

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 117 MB
Authors: Oracle Corporation
Versions: 1.7.0_72, 1.7.0_80
Default path: %HOMEDRIVE%\Programs\Java-7-32
pbox install jdk-portable-7-32 Show pbox.xml
io

20080107

Io

Io is a prototype-based programming language inspired by Smalltalk (all values are objects, all messages are dynamic), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable).

Size: 3 MB
Authors: Steve Dekorte, Jonathan Wright, Jeremy Tregunna
Versions: 20080107
Default path: %HOMEDRIVE%\Programs\io
pbox install io Show pbox.xml

7.0

Delphi 7 Compiler

Delphi's compilers use their own Object Pascal dialect of Pascal and generate native code for 32- and 64-bit Windows operating systems, as well as 32-bit Mac OS X, iOS and Android.

Size: 7 MB
Authors: Embarcadero Technologies
Versions: 7.0
Default path: %HOMEDRIVE%\Programs\Delphi7
pbox install delphi7-compiler Show pbox.xml

2.0

RoadKil's Disk Speed

Performs disk speed test and provided details about how fast your disks can transfer data. The information provided includes data transfer rate for linear reads, random read transfer rate and the seek time of the drive. An overall score is given so you can compare different brands of drives when purchasing. Information about the drive such as firmware revision, model, size, file system and more is displayed.

Size: 278 KB
Authors: RoadKil.Net
Versions: 2.0
Default path: %HOMEDRIVE%\Programs\roadkils-diskspeed
pbox install roadkils-diskspeed Show pbox.xml

4.43

AVZ 4

???

Size: 9 MB
Authors: Oleg Zaycev
Versions: 4.43
Default path: %HOMEDRIVE%\Programs\avz4
pbox install avz4 Show pbox.xml

3.3.12.0

AutoIt

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages. AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box.

Size: 11 MB
Authors: Jonathan Bennett, AutoIt Team
Versions: 3.3.12.0
Default path: %ProgramFiles(x86):ProgramFiles%\AutoIt3
pbox install autoit Show pbox.xml

93

Befungee

Befunge is an esoteric programming language invented by Chris Pressey in 1993. It is unusual for having a two-dimensional toroidal code space. Commands are single characters. The instruction pointer can move up, down, left, and right across the source. The original specification is known as Befunge-93, which was later updated with additional features as Befunge-98.

Size: 33 KB
Authors: programble
Versions: 93
Default path: %HOMEDRIVE%\Programs\befungee
pbox install befungee Show pbox.xml

1.0

Visual C++ Express 2010

Visual C++ Express 2010 is a free tool to C++ creates applications on Windows.

Size: 386 MB
Authors: Microsoft
Versions: 1.0
Default path: %ProgramFiles(x86):ProgramFiles%\Microsoft Visual Studio 10.0
pbox install vs2010-express Show pbox.xml

2.0.2

Sublime Text 2

Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.

Size: 10 MB
Authors: Jon Skinner
Versions: 2.0.2
Default path: %HOMEDRIVE%\Programs\sublimetext2
pbox install sublimetext2 Show pbox.xml

1.0

Microsoft Visual C++ 2008 Redistributable

The Microsoft Visual C++ 2008 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2008 installed. This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

Size: 9 MB
Authors: Microsoft Corporation
Versions: 1.0
Default path: %CommonProgramFiles%
pbox install vs2008-redist Show pbox.xml

1.0

Microsoft Visual C++ 2005 Redistributable

The Microsoft Visual C++ 2005 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2005 installed. This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

Size: 6 MB
Authors: Microsoft Corporation
Versions: 1.0
Default path: %CommonProgramFiles%
pbox install vs2005-redist Show pbox.xml

1.0

Microsoft Visual C++ 2013 Redistributable

The Microsoft Visual C++ 2013 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2013 installed. This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

Size: 12 MB
Authors: Microsoft Corporation
Versions: 1.0
Default path: %CommonProgramFiles%
pbox install vs2013-redist Show pbox.xml

1.0

Microsoft Visual C++ 2012 Redistributable

The Microsoft Visual C++ 2012 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2012 installed. This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

Size: 12 MB
Authors: Microsoft Corporation
Versions: 1.0
Default path: %CommonProgramFiles%
pbox install vs2012-redist Show pbox.xml

2.2.1

Apache Maven 2

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Apache Maven 2.x has reached its end of life and is no longer supported.

Size: 3 MB
Authors: Apache Software Foundation
Versions: 2.2.1
Default path: %HOMEDRIVE%\Programs\maven2
pbox install maven2 Show pbox.xml

1.6.0_45

Portable Oracle JDK 6 x32

The Java Development Kit (JDK) is an implementation of either one of the Java SE, Java EE or Java ME platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, Mac OS X or Windows. The JDK includes a private JVM and a few other resources to finish the recipe to a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK. (from https://en.wikipedia.org/wiki/Java_Development_Kit)

Size: 59 MB
Authors: Oracle Corporation
Versions: 1.6.0_45
Default path: %HOMEDRIVE%\Programs\Java-6-32
pbox install jdk-portable-6-32 Show pbox.xml

4.7.2

Minimalist GNU for Windows + MSYS

MinGW+MSYS is a free and open source development environment for native Microsoft Windows applications. It includes a port of the g++ and a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present.

Size: 109 MB
Authors: Colin Peters, Jan-Jaap van der Heijden, Mumit Khan, Anders Norlander, Earnie Boyd, Dale Handerson and others.
Versions: 4.7.2
Default path: %HOMEDRIVE%\Programs\MinGW
pbox install mingw Show pbox.xml

1.1.2

WinDirStat

WinDirStat is a disk usage statistics viewer and cleanup tool for Microsoft Windows.

Size: 619 KB
Authors: Oliver Schneider
Versions: 1.1.2, 1.1.2.1
Default path: %ProgramFiles(x86):ProgramFiles%\WinDirStat
pbox install windirstat Show pbox.xml

1.0

Microsoft Visual C++ 2010 Redistributable

The Microsoft Visual C++ 2010 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2010 installed. This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

Size: 10 MB
Authors: Microsoft Corporation
Versions: 1.0
Default path: %CommonProgramFiles%
pbox install vs2010-redist Show pbox.xml

4.5.2

Microsoft .NET Framework 4.5

The Microsoft .NET Framework 4.5 is a highly compatible, in-place update to the .NET Framework 4. By using the .NET Framework 4.5 together with the C# or Visual Basic programming languages, you can write Windows Metro style apps. The .NET Framework 4.5 delivers better performance, reliability, and security.

Size: 68 MB
Authors: Microsoft
Versions: 4.5.2
Default path: %windir%\Microsoft.NET
pbox install dotnet45 Show pbox.xml

11.0.10

Adobe Reader

Adobe Reader is the global standard for reliably viewing, printing, and commenting on PDF documents. It's the only PDF file viewer that can open and interact with all types of PDF content, including forms and multimedia.

Size: 73 MB
Authors: Adobe
Versions: 11.0.10
Default path: %ProgramFiles(x86):ProgramFiles%\Adobe\Reader 11.0\Reader
pbox install adobe-reader Show pbox.xml

PBOX © MikeMirzayanov 2014