wInChI is a 64-bit GUI software for Microsoft® Windows platforms designed to:
- calculate InChI structure-based chemical identifiers, i.e. InChI strings, keys and auxilliary information (
AuxInfo) - visually represent input chemical structures.
Until InChI version v.1.07.0, wInChI was an integral part of InChI software, but is now being developed as an individual project.
Nevertheless, wInChI will be regularly updated with every new release of InChI software.
InChI is a structure-based textual identifier, strictly unique, non-proprietary, open source, and freely accessible, whose identifiers describe chemical substances in terms of layers of information – the atoms and their bond connectivity, tautomeric information, isotope information, stereochemistry, and electronic charge.
Figure 1. Aspirin® represented in wInChI with generated InChI string, key and auxiliary information (AuxInfo).
More detailed information about the InChI software, including its source code and binaries/APIs, can be found at InChI GitHub repository.
Please check the cross-platform InChI Web Demo, a web-based GUI for calculation of InChI strings and keys from chemical structures' visual depictions.
- Version 1.07.2 (19/01/2025):
- First version of wInChI which is entirely built using
Microsoft® Windows API,Microsoft® MFCandMicrosoft® MSVC compiler. - Supports InChI versions
1.07.2as well as1.06(once provided with the source code of corresponding InChI version inINCHI-1-SRCfolder). Please refer to compiling from source.
- First version of wInChI which is entirely built using
64-bit precompiled binary (executable) entitled winchi-1.exe is located in the following folder: WINCHI-BIN/windows/64bit/.
- Since wInChI has been developed using
Microsoft® Windows APIandMicrosoft® MFC,Microsoft® Visual C++ (MSVC)compiler is recommended for building wInChI from the source. Microsoft® Visual StudiosolutionwIChI.slnis located in the root of thewIChIfolder, and consists of two projects:- main
wIChIproject, with source code files located inwIChI/srcfolder - supporting
IChI_libproject, with source code files located inIChI_lib/srcfolder
- main
- Once successfully compiled,
winchi-1.exeexecutable will be located in:wIChI/x64_ReleaseforReleasesolution configurationwIChI/x64_DebugforDebugsolution configuration.
