> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Lime Text: An Open Source Alternative Of Sublime Text
- URL: https://itsfoss.com/lime-text-open-source-alternative/
- Published: 2014-08-06T21:11:08.000Z
- Updated: 2023-01-11T09:56:08.000Z
- Author: Abhishek Prakash
- Tags: #Import 2022-12-26 08:27

[![Lime Text Open Source Alternative of Sublime Text Editor](https://itsfoss.com/content/images/wordpress/2014/08/Lime_Text_Editor.jpeg)](https://itsfoss.com/content/images/wordpress/2014/08/Lime%5FText%5FEditor.jpeg)

It seems that Lime Text project has been abandoned. Please don’t use it anymore. Try these [open source alternatives to Sublime Text in Linux](https://itsfoss.com/best-modern-open-source-code-editors-for-linux/).

[Sublime Text](http://www.sublimetext.com/?ref=itsfoss.com) is one of the best (if not best) text editor for programmers. Packed with numerous feature and great looking interface, Sublime is available for all three major desktop OS i.e. Windows, Mac and Linux.

But it is not that Sublime Text is perfect. There are bugs, crashes and almost no support. And above all, Sublime Text is neither free nor [Open Source](https://itsfoss.com/category/open-source-software/).

You can easily [install Sublime Text](https://itsfoss.com/sublime-text-3-linux/) if you don’t care if it is not open source but some people surely don’t tolerate it.

All these issues also frustrated [Fredrik Ehnbom](https://github.com/quarnster?ref=itsfoss.com) and hence he started an Open Source project, Lime Text, on [Github](https://github.com/?ref=itsfoss.com) to make a new text editor which looks and works exactly the same way as Sublime Text. On the question of why he decided to “clone” an existing text editor, Frederic mentions:

> As none of the other text editors I’ve tried come close to the love I had for Sublime Text, I decided I had to create my own.

Lime Text is built in Go for backend while the frontend is in ermbox, Qt (QML) and HTML/JavaScript. The development is in progress with clear [goals](https://github.com/limetext/lime/wiki/Goals?ref=itsfoss.com) in sight. You can contribute to the project on its [Github page](https://github.com/limetext/lime/issues?ref=itsfoss.com).

[![Lime Text Editor](https://itsfoss.com/content/images/wordpress/2014/08/LimeTextEditor.jpeg)](https://itsfoss.com/content/images/wordpress/2014/08/LimeTextEditor.jpeg)

If you want to try the beta version, you can build Lime Text by following the instructions on the [wiki](https://github.com/limetext/lime/wiki/Building?ref=itsfoss.com). Meanwhile, if you are looking for other powerful text editors, give [SciTE](https://itsfoss.com/scite-the-notepad-for-linux/ "SciTE: The Notepad++ for Linux") a go.