Note, the finsemble-seed project is intended for developers. If you're looking to get going quickly without any development then contact us to get access to the Finsemble Smart Desktop Designer - a no-code GUI tool for assembling an FDC3 compliant smart desktop. If you are an existing Finsemble client, run yarn sdd
to start using the Smart Desktop Designer.
Finsemble is a smart desktop platform. A smart desktop is a desktop based application that is composed from any number of smaller apps, including web, native and Citrix. Finsemble supports the FDC3 1.2 standard for desktop interop.
This repo, the "seed", is an initial empty project for your smart desktop. The seed gives you the ability to launch Finsemble and is the starting point for assembling your smart desktop.
📡 Clone the repository.
git clone https://github.com/finsemble/finsemble-seed
📦 Install npm dependencies
(Note, we recommend using yarn - it's fast and reliable. But you can also use npm. If using npm you must use a version >= 7.x.x. Lower versions will encounter errors regarding changing folder names with missing permissions)
cd finsemble-seed
yarn install
🚀 Start Finsemble!
yarn start
Go ahead and take Finsemble for a spin!
When you're ready to go deeper, check out the seed project tutorial, which will walk you through all the basics of building your smart desktop.
The seed project contains configuration and assets that you can customize to create your own smart desktop.
public - Contains the assets that you will host on your website. These power your smart desktop.
assets - CSS and images used to create the smart desktop's look and feel.
configs - Configuration for the smart desktop
project.json - Used to define the development and production server and installer configurations used by the Finsemble application.
Everything else there is to know about Finsemble and how to build on it can be found in our developer documentation.
Having trouble? Perhaps we've covered it in the FAQ.
Still having trouble? Shoot us a line at support@finsemble.com! We'll be happy to help.
Prefer the easy-button? Our solutions engineers can integrate your apps together in a POC faster than you can say "Desktop Interop". Schedule a demo!