wiretap
                                
                                 wiretap copied to clipboard
                                
                                    wiretap copied to clipboard
                            
                            
                            
                        Linux support
First of all, thanks for such a tool, it looks awesome. In our teams we are mostly using Linux 64 bit and we would love to start using this tool. Are there any plans to add Linux support ?
Glad to hear you like the tool.
There is nothing preventing from building for Linux other than the fact that I don't have the environment yet. I'll look into it.
In the meantime, you could build it your self with the following simple steps.
- Clone This Repo
- Go into packages/app directory
- Do yarn install
- Run yarn linuxto build for linux
Let me know if you run into any issues.