Are there any alternative programs to Proteus available?

Solution 1:

If you are talking about the medical software; then this is a link to a Linux version:

http://www.proteme.org/download3.html

If you are talking a PCB design software the following are potential alternatives:

  • KiCad
  • PCB Designer
  • gEDA
  • Visolate
  • Fritzing

They are all available in the software center.

Solution 2:

it runs ok on wine, no errors works great with my ATI adapter, and i've simulated PIC microcontroller on it all fine. ^^! just type in terminal

sudo apt-get install wine

Solution 3:

KTechlab will be a better alternative

Solution 4:

If you want, you can install Proteus 7.0 which is functional on Ubuntu 12.04 (32bits) with Wine or PlayonLinux. However, newer versions (7.5 or 8.0) won't work since wine finishes with errors during execution.

For your reading pleasure, here is my answer in French:

Salut, si tu veux encore installer Proteus-Isis, je te recommande la version 7.0 qui est fonctionnel sur ubuntu 12.04 avec Wine ou PlayonLinux.Cependant,pour les nouvelles versions (7.5 ou 8.0) Wine fini par des erreurs lors de l'exécution. Contente toi avec ce qui fonctionne sans te casser trop la tête, espérons que les prochaines mise à jours apporteront plus de liberté !

Solution 5:

First of all sad to see some of the folks here are suggesting to use wine or a virtual machine. Not only it is an inappropriate answer to the question but also in my humble opinion it is against the spirit of the Ubuntu community to use and promote proprietary Windows software.

But back to your question, Proteus has two famous products Proteus PCB which is an EDA suite (electronic design automation) and Proteus VSM for analog circuits and microcontroller (MCU) simulation. You did not mention which one are you referring to but people are usually looking for the VSM alternatives as it is a great software for simulating MCUs as well as AVR development board Arduino. Unfortunately, there are not many cross-platform Free, Libre and Open Source Software (FLOSS) as powerful and feature-rich as Proteus VSM but there are some attempts. I will just try to list them here:

  • KTechLab
  • SimulIDE
  • BrainBox
  • PICsimLab or PICsim
  • PIC-Simulator
  • simavr
  • SimulAVR and simulavr-disp
  • SPICE (Simulation Program with Integrated Circuit Emphasis)
  • QUCS (Quite Universal Circuit Simulator), Qucs-S, Qucsstudio, Qucsator
  • Ngspice, Spice3f5, Cider1b1, and Xspice
  • Xyce
  • Circuit Simulator or CircuitJS1

P.S. I have creates a curated list of all FLOSS electrical engineering software here.