A very intuitive opensource 2D chemical drawing tool.
This is a very intuitive opensource 2D chemical drawing tool for windows and linux.
You can draw organic chemical structures and reactions very easily and quickly.
EXE | RPiOS | RPiOS(64) | AppImage |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Download | Download | Download | Download |
View changelog in releases page.
AppImage
AppImage can be run without installing. Just mark it executable, and then double click.
Snap
To install snap package from snap store
sudo snap install chemcanvas
Flatpak
To install the flatpak from flathub
flatpak install flathub io.github.ksharindam.chemcanvas
Run flatpak with…
flatpak run io.github.ksharindam.chemcanvas
Windows
For windows download exe package, and double click to install.
For windows 7 you also need to install Visual C++ 2015-2022 (64bit).
If you want to install using pip, first install these dependencies…
Inside project root directory, run following commands..
sudo pip3 install --no-build-isolation .
To uninstall run..
$ sudo pip3 uninstall chemcanvas