Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Onshape desktop app using Electron
There is no official desktop application since you can use Onshape on a desktop computer using web browser.
But using web browser in this case is not always convenient — you lost all standard ways to open app or to switch to it. What if you want to easily switch to Onshape using cmd+tab? And not to lose Onshape among other web pages?
I created Onshape desktop app using Electron — onshape-desktop-shell (OS X is a primary OS, but Windows app is also available). May be it will be useful for someone else
Comments
Could you please add clear instructions for installation / configuration + some screenshots.
Can you also explain a little bit more for non-coders what this application does? I suppose you didn't code a browser but some app that uses some browser somehow different?
Nothing special. It is a standard OS X packed application (dmg). Application is signed and you don't need to change sequrity settings to run it (I am identified Apple developer). Just download dmg, open it and move Onshape.app to Application.
Windows installer is not signed (unidentified developer) because anyway Windows allows to run it. Just run installer, application will be installed as any other windows application and desktop shortcut will be created.
Electron used under the hood. non-coder can think about it as a "branded browser" — Google Chrome (currently, Chrome 47).
This is awesome. Thanks for sharing with everyone!
Is it possible to support tabs inside your app or otherwise open multiple instances so that it's easy to recognize the name of each window?
This is truly awesome - especially with small screen laptops where all space is needed for modeling rather than 'favorite websites' -menus..
> Open in new browser tab
I will fix it in a few days, tabs will be supported.