Page 1 of 1

What is the Lite version of Everything?

Posted: Thu Jul 30, 2020 1:59 am
by void
The Lite version of Everything is the same as the normal multilingual version of Everything, except it has some features removed:
The Command line interface / ES will not work with the Lite version.
The SDK will not work with the Lite version.
Windows accessibility features and screen readers will not work with the Lite version.
Recent change indexing is disabled by default.

Connecting to an ETP server is still supported in the Lite version. Only the hosting of an ETP/FTP/HTTP server is removed.
Command line options are still supported. These are the commands you can pass to Everything.exe.

The Lite version is free. (same as the normal version)

The Lite version uses the MIT license (same as the normal version):

Code: Select all

Everything

	Copyright (C) 2020 David Carpenter

	Permission is hereby granted, free of charge, to any person obtaining a 
	copy of this software and associated documentation files (the "Software"), 
	to deal in the Software without restriction, including without limitation 
	the rights to use, copy, modify, merge, publish, distribute, sublicense, 
	and/or sell copies of the Software, and to permit persons to whom the 
	Software is furnished to do so, subject to the following conditions:

	The above copyright notice and this permission notice shall be included in 
	all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
	FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
	DEALINGS IN THE SOFTWARE.

Perl-Compatible Regular Expressions

	Copyright (c) 1997-2012 University of Cambridge

	Redistribution and use in source and binary forms, with or without
	modification, are permitted provided that the following conditions are met:

	* Redistributions of source code must retain the above copyright notice,
	  this list of conditions and the following disclaimer.

	* Redistributions in binary form must reproduce the above copyright
	  notice, this list of conditions and the following disclaimer in the
	  documentation and/or other materials provided with the distribution.

	* Neither the name of the University of Cambridge nor the names of its
	  contributors may be used to endorse or promote products derived from
	  this software without specific prior written permission.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
	AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
	ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
	LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
	CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
	SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
	INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
	CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
	POSSIBILITY OF SUCH DAMAGE.


Re: What is the Lite version of Everything?

Posted: Sun Aug 02, 2020 2:47 am
by zespri
Could you please add a sentence or two on motivation for this new version?

Thanks!

Re: What is the Lite version of Everything?

Posted: Mon Aug 03, 2020 1:04 am
by void
There has been malware going around that is using Everything to create a profile of your system via IPC.

The Lite version of Everything is locked down to prevent this type of attack.

Re: What is the Lite version of Everything?

Posted: Mon Aug 03, 2020 8:12 am
by byobu
Hi void,
thank you for a reduced Everything version without server functionality!
However... why is in the Enterprise version still the option "Tools -> Connect to ETP Server" if this feature has been removed?
Also in the "Help" menu you can find "Command Line Options" althouth it is not supported in the Enterprise version anymore.
In the installation directory there is the "Everything.ini" file with "allow_http_server=1" and "allow_etp_server=1 - does this make sense?
Regards,
Byobu

Re: What is the Lite version of Everything?

Posted: Mon Aug 03, 2020 8:20 am
by void
Connecting to an ETP server is still supported in the Lite version.
You cannot create an ETP server in the Lite version.

Command line options are still supported.
These are the commands you can pass to Everything.exe.
The Command line options are different to the command line interface.
command line interface support is removed in the Lite version.

The ini options "allow_http_server" and "allow_etp_server" still exist and are ignored by the Lite version.

Re: What is the Lite version of Everything?

Posted: Wed Aug 05, 2020 12:05 am
by void
Renamed the 'Enterprise' version to the 'Lite' version.

Although this 'Lite' version is targeted at enterprise use..

An Enterprise version usually implies more features and usually costs something.
A Lite version should imply a lighter version.

Re: What is the Lite version of Everything?

Posted: Wed Aug 05, 2020 12:20 am
by zespri
Good choice. Thank you.

Re: What is the Lite version of Everything?

Posted: Thu Aug 06, 2020 1:54 pm
by Stamimail
void wrote: Mon Aug 03, 2020 8:20 am Connecting to an ETP server is still supported in the Lite version.
You cannot create an ETP server in the Lite version.

Command line options are still supported.
These are the commands you can pass to Everything.exe.
The Command line options are different to the command line interface.
command line interface support is removed in the Lite version.

The ini options "allow_http_server" and "allow_etp_server" still exist and are ignored by the Lite version.
I think it would be better to clarify these points in the first post (why "es.exe" is not mentioned?!) and add explanations at download page at the website as well ("which version should I use?")

Re: What is the Lite version of Everything?

Posted: Fri Aug 07, 2020 7:32 am
by void
Thanks for your feedback Stamimail.

I've updated the first post.

The ini options "allow_http_server" and "allow_etp_server" have been removed from the Lite version in 1.4.1.988 to avoid confusion.
The msi installer may add these settings, but running Everything will remove them.
and add explanations at download page at the website as well ("which version should I use?")
This was done for the en-US pages. I'm still working out what the Lite version is.
I've filled in the Download Lite Installer localization strings with basic translations and I've added what the Lite version is in English to all localized "which version should I use?" pages .

Re: What is the Lite version of Everything?

Posted: Sat Jan 23, 2021 4:17 pm
by user123
But is lite version faster or using less resources?
Right now on average Everything.exe uses around 165 MB of RAM on average.

Re: What is the Lite version of Everything?

Posted: Sat Jan 23, 2021 11:10 pm
by void
But is lite version faster or using less resources?
There should be no noticeable difference in CPU usage and RAM usage between the normal version and Lite version.

The Lite version does have recent changes disabled by default which may reduce the RAM usage only slightly.
https://www.voidtools.com/support/everything/recent_changes/

Everything will use about 100MB per 1 million files.

Please consider excluding files to reduce RAM usage:
https://www.voidtools.com/support/everything/options/#exclude

Please consider disabling the following features to reduce RAM usage:
https://www.voidtools.com/support/everything/indexes/#optimizing_for_smallest_memory_foot_print
Optimal Settings for Everything 1.4

Re: What is the Lite version of Everything?

Posted: Fri Jan 29, 2021 5:25 pm
by reelismism
Looked for it, but couldn't see a portable Lite version (just to avoid any possible risk of malware, not that I'm sweating).

FYI couldn't see anything re 'Lite' in FAQ or otherwise :)

Re: What is the Lite version of Everything?

Posted: Fri Jan 29, 2021 5:26 pm
by reelismism
user123 wrote: Sat Jan 23, 2021 4:17 pm But is lite version faster or using less resources?
Right now on average Everything.exe uses around 165 MB of RAM on average.
Waddaya want - warp speed!? J/k :lol:

Re: What is the Lite version of Everything?

Posted: Fri Jan 29, 2021 5:57 pm
by tuska
reelismism wrote: Fri Jan 29, 2021 5:25 pm Looked for it, but couldn't see a portable Lite version ...
Downloads -> All Everything Downloads

Code: Select all

Everything-1.4.1.1005.x86.Lite.zip  Portable	x86	Multilingual	1410 KB
Everything-1.4.1.1005.x64.Lite.zip  Portable	x64	Multilingual	1531 KB
reelismism wrote: Fri Jan 29, 2021 5:25 pm FYI couldn't see anything re 'Lite' in FAQ or otherwise :)
Frequently Asked Questions (FAQ)
What is the Lite version of "Everything"?

Re: What is the Lite version of Everything?

Posted: Fri Jan 29, 2021 5:58 pm
by therube
Portable Lite can be found here, https://www.voidtools.com/downloads/.

Re: What is the Lite version of Everything?

Posted: Fri Jan 29, 2021 8:20 pm
by reelismism
Weird, maybe a cache issue?
Refreshed and can see faq and download now, thx.

Re: What is the Lite version of Everything?

Posted: Sun Feb 28, 2021 4:11 am
by Coldblackice
Void, out of curiosity, which version do you personally use?

Re: What is the Lite version of Everything?

Posted: Sun Feb 28, 2021 4:13 am
by void
Version 1.4.1.1006 (x64) at the moment (non-Lite version).