A very intuitive opensource 2D chemical drawing tool.
This is a very intuitive opensource 2D chemical drawing tool.
You can draw organic chemical structures and reactions very easily and quickly.
EXE | RPiOS | AppImage | Flatpak | Snap |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
Download | Download | Download | Download | Download |
AppImage
Run the AppImage package by marking it executable, and then double click.
View changelog in releases page.
Snap
To install snap package
sudo snap install ./chemcanvas*.snap --dangerous
Flatpak
To install the flatpak from flathub
flatpak install flathub io.github.ksharindam.chemcanvas
Run flatpak with…
flatpak run io.github.ksharindam.chemcanvas
If you want to install using pip, first install these dependencies…
Inside project root directory, run following commands..
sudo pip3 install .
To uninstall run..
$ sudo pip3 uninstall chemcanvas