1. Introduction

1.1. Purpose

1.1.1. About author

I am Sergey A. Belous and this is my home page. One can download all web-pages from this web-site as single CHM file for offline reading.

1.1.2. About Proxy32 software

In my free time I develop Windows software called Proxy32 (64-bit GUI executable written in C++). It helps me to organize and perform rather generic and routine computer tasks at work and at home. It is beneficial to have all kind of routine computer tasks neatly organized and always one click away for execution. Examples of routine computer tasks: start programs, open files, fill in the web forms (login/etc) or type complex parametric commands via remote desktop window or via console of virtual machine, especially, when copy/paste does not work. Please, see Table 1.1.1.

Note

proxy32 functionality evolution.

Over the years (since 2001) functionality of proxy32.exe software was evolving in different directions. It has started from original focus on development of custom-made automated terminal software that is well integrated with CYGWIN and overcomes many limitations of existing terminals. More recent development focus is on controlling external RemoteDesktop/VM_Console and WebBrowser windows in a manner similar to what can be achieved via AHK. Latest Proxy32 functionality is subset of functionality that one can achieve using AHK, but AHK requires learning the whole new programing language while Proxy32 is trying to employ more of GUI-driven approach for the subset of AHK functionality available.

The heart of the Proxy32 functionality is Window (called “LauncherTree” window) where user can create and configure Tree of various gadgets. User can execute different computer tasks by double-clicking on configured gadgets (called “TreeNodes” or “Launchers”). This Tree Window represents the “Universal Organizer” for computer tasks.

Table 1.1.1 Some Launchers to execute routine computer tasks

Routine Computer Tasks

Launcher type

Launcher functionality

Start Windows Programs

LAUNCH

Start Windows Process based on configured command line. Capture Process Window into Proxy32 workspace if needed. Process can be started elevated. This is similar to Windows Shortcut.

Open files or web-pages

VIEWER

Opens file/web-page with configured application based on user-configured “ViewerDefinions” table. “ViewerDefinions” table is an ordered list of user-configured regular expressions. Each regular expression in the list is associated with certain windows application. Regular expressions in the list are sequentially applied to file/webpage URL configured in VIEWER. When first regular expression matches the URL, file or webpage is opened in the Windows application that is associated with matched regular expression. This is similar to associating Windows applications with file extensions.

Fill in the web forms (login/etc) or type complex parametric commands via remote desktop window or via console of virtual machine especially, when copy/paste does not work

COMMAND

Simulates user’s typing and mouse clicks into external (non-Proxy32) window that is marked as active in the Proxy32 Desktop Window Manager.

Proxy32 GUI interface also includes Desktop Window Manager with 6 separate workspaces, automated terminal for CYGWIN and Scintilla-based script editor, but those extra GUI parts are intended to support main “Organizer” functionality described above.

Software is free to download and use, I have borrowed license text from PuTTY. This is MIT-type license.

Dynamic libraries and static C/C++ libraries linked to Proxy32 C++ code are all with non-restrictive licenses.

Some 3rd party external standalone software components that are packaged and installed in the binary form (aka distributed in non-modified form) with my software include their own licenses, so, please, be sure to check those licenses before using this software in any commercial projects.

Installed side-by-side 3rd party components are not necessary for Proxy32 to work. Some of those standalone components integrate with Proxy32 to expand its functionality. For example, CYGWIN OpenSSH package (or PuTTY plink/psftp - if CYGWIN OpenSSH is not installed) provides ssh/sftp functionality to Proxy32 terminal. Another example, AHK interpreter is expanding keyboard typing and mouse clicking functionality of Proxy32. Some other standalone components (like free and re-distributable text editors) are installed (extracted into folder inside of Proxy32 startup directory, no actual installation) together with Proxy32 just because they are part of my everyday workflow and I like them always to be around. They can be integrated in the Proxy32 GUI in some minimal way, for example, they can be configured to be called from Proxy32 user configuration on certain events.

Some of those standalone 3rd party components may not be approved for various reasons by some corporate security folks to install on corporate computers. Therefore, proxy32.exe built-in installer dialog has some GUI options (check boxes) to let user skip extraction of those 3rd party standalone components from proxy32.exe binary.

1.2. Download and installation

proxy32.exe is 64bit application.

It will only work on 64bit versions of Windows 10/11.

Here is the Proxy32 download link.

Software is digitally signed by my code developer certificate.

It is combining installer and the program itself in single binary executable file proxy32.exe.

If you drop proxy32.exe to Desktop and run from there it will install the program and create shortcut on the desktop.

If you drop newer version of proxy32.exe on the Desktop and run it, it will find existing installation by using shortcut located on Desktop and offer to update existing installation. Running installer to update existing installation of Proxy32 does not automatically update 3rd party components installed side-by-side next to Proxy32. If you delete those 3rd party components before running update, Proxy32 will install newer versions of those components during update process (by extracting them from newer proxy32.exe binary).

Feel free to share your thought about software at my e-mail address belous_sa@yahoo.com.

1.3. Proxy32 License

Proxy32 is copyright 2001-2026 Sergey A Belous.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SERGEY BELOUS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.