The explorer tries to print output into command line using fmt.Println().
This could probably be fixed using a logger.
Using nohup when starting the application prevents output to command line and makes running the explorer in a closed terminal possible (eg on remote server via ssh).